Try to fix build over SSE issues
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
1b4cd16075
commit
9b502ad011
2 changed files with 5 additions and 1 deletions
|
@ -8,15 +8,17 @@
|
|||
|
||||
#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
|
||||
# include_next <immintrin.h>
|
||||
# undef CARDINAL_INCLUDING_IMMINTRIN_H
|
||||
#else
|
||||
# define CARDINAL_INCLUDING_EMULATED_IMMINTRIN_H
|
||||
# include "mmintrin.h"
|
||||
# include "xmmintrin.h"
|
||||
# include "emmintrin.h"
|
||||
# include "pmmintrin.h"
|
||||
# include "tmmintrin.h"
|
||||
# include "smmintrin.h"
|
||||
# undef CARDINAL_INCLUDING_EMULATED_IMMINTRIN_H
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue