|
|
@@ -8,15 +8,17 @@ |
|
|
|
|
|
|
|
|
#include "simd-compat.h" |
|
|
#include "simd-compat.h" |
|
|
|
|
|
|
|
|
#ifdef SIMDE_X86_SSE_NATIVE |
|
|
|
|
|
|
|
|
#if defined(CARDINAL_INCLUDING_EMULATED_IMMINTRIN_H) || defined(SIMDE_X86_SSE_NATIVE) |
|
|
# define CARDINAL_INCLUDING_IMMINTRIN_H |
|
|
# define CARDINAL_INCLUDING_IMMINTRIN_H |
|
|
# include_next <immintrin.h> |
|
|
# include_next <immintrin.h> |
|
|
# undef CARDINAL_INCLUDING_IMMINTRIN_H |
|
|
# undef CARDINAL_INCLUDING_IMMINTRIN_H |
|
|
#else |
|
|
#else |
|
|
|
|
|
# define CARDINAL_INCLUDING_EMULATED_IMMINTRIN_H |
|
|
# include "mmintrin.h" |
|
|
# include "mmintrin.h" |
|
|
# include "xmmintrin.h" |
|
|
# include "xmmintrin.h" |
|
|
# include "emmintrin.h" |
|
|
# include "emmintrin.h" |
|
|
# include "pmmintrin.h" |
|
|
# include "pmmintrin.h" |
|
|
# include "tmmintrin.h" |
|
|
# include "tmmintrin.h" |
|
|
# include "smmintrin.h" |
|
|
# include "smmintrin.h" |
|
|
|
|
|
# undef CARDINAL_INCLUDING_EMULATED_IMMINTRIN_H |
|
|
#endif |
|
|
#endif |