We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92841ff commit 754bae6Copy full SHA for 754bae6
jsrc/avxintrin-emu.h
@@ -107,7 +107,22 @@
107
#define _mm_shuffle_epi8 _mm_shuffle_epi8_REF
108
#endif
109
110
-#if !(defined (__SSE4_2__) || defined (__SSE4_1__))
+#if !defined (__SSE4_2__) && !defined (__SSE4_1__)
111
+#undef _mm_blend_pd
112
+#undef _mm_blend_ps
113
+#undef _mm_blendv_pd
114
+#undef _mm_blendv_ps
115
+#undef _mm_cmpeq_epi64
116
+#undef _mm_cmpgt_epi64
117
+#undef _mm_cvtepu8_epi64
118
+#undef _mm_extract_epi64
119
+#undef _mm_insert_epi32
120
+#undef _mm_insert_epi64
121
+#undef _mm_insert_epi8
122
+#undef _mm_max_epu32
123
+#undef _mm_testc_si128
124
+#undef _mm_testnzc_si128
125
+#undef _mm_testz_si128
126
#define _mm_blend_pd _mm_blend_pd_REF
127
#define _mm_blend_ps _mm_blend_ps_SSE2
128
#define _mm_blendv_pd _mm_blendv_pd_SSE2
0 commit comments