Skip to content

Commit 754bae6

Browse files
committed
clang 19
1 parent 92841ff commit 754bae6

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

jsrc/avxintrin-emu.h

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,22 @@
107107
#define _mm_shuffle_epi8 _mm_shuffle_epi8_REF
108108
#endif
109109

110-
#if !(defined (__SSE4_2__) || defined (__SSE4_1__))
110+
#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
111126
#define _mm_blend_pd _mm_blend_pd_REF
112127
#define _mm_blend_ps _mm_blend_ps_SSE2
113128
#define _mm_blendv_pd _mm_blendv_pd_SSE2

0 commit comments

Comments
 (0)