summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria <victoria.zhislina@intel.com>2017-04-04 12:40:44 +0300
committerGitHub <noreply@github.com>2017-04-04 12:40:44 +0300
commit1d0c424044da57d47c43d4c5a48e649d247d0735 (patch)
tree62631e6c8f3fdbbd21b2afe2ef229ee1465d09ef
parent7b804fb7da0ad9293059d2a043dfbbe6171ed726 (diff)
parent35f4ff32ffae215919fcecb2e8e02cd80a290c6d (diff)
downloadneon_2_sse-1d0c424044da57d47c43d4c5a48e649d247d0735.tar.gz
Merge pull request #3 from caand/master
Fix for llvm
-rw-r--r--NEON_2_SSE.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEON_2_SSE.h b/NEON_2_SSE.h
index 3925772..14a6044 100644
--- a/NEON_2_SSE.h
+++ b/NEON_2_SSE.h
@@ -2251,7 +2251,7 @@ poly16x8x2_t vuzpq_p16(poly16x8_t a, poly16x8_t b); // VUZP.16 q0,q0
// the following macros solve the problem of the "immediate parameters requirement" for some x86 intrinsics.
// we need it to compile the code unless the "Intrinsic parameter must be an immediate value" error is our goal
//
-#if ( ((defined(_MSC_VER)|| defined (__INTEL_COMPILER)) && defined DEBUG ) || defined(__GNUC__) )
+#if ( ((defined(_MSC_VER)|| defined (__INTEL_COMPILER)) && defined DEBUG ) || defined(__GNUC__) && !defined(__llvm__) )
#define _MM_ALIGNR_EPI8 _mm_alignr_epi8