mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
undoing the intrinsics changes
This commit is contained in:
parent
40c33fd251
commit
aad0dab9bd
@ -64,20 +64,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(USE_X86INTRIN_H)
|
#if defined(USE_X86INTRIN_H)
|
||||||
#if defined(VS_SIMDE_BACKEND)
|
|
||||||
// XXX the def in simde conflicts with the one in intrinsics.h
|
|
||||||
//#define __m128i __m128i_intrinsics_h
|
|
||||||
#endif
|
|
||||||
#include <x86intrin.h>
|
#include <x86intrin.h>
|
||||||
#if defined(VS_SIMDE_BACKEND)
|
|
||||||
//#undef __m128i
|
|
||||||
/*
|
|
||||||
#undef _MM_FLUSH_ZERO_MASK
|
|
||||||
#undef _MM_FLUSH_ZERO_ON
|
|
||||||
#undef _MM_FLUSH_ZERO_OFF
|
|
||||||
#undef _MM_ROUND_MASK
|
|
||||||
#define SIMDE_ENABLE_NATIVE_ALIASES
|
|
||||||
*/
|
|
||||||
#endif
|
#endif
|
||||||
#elif defined(USE_INTRIN_H)
|
#elif defined(USE_INTRIN_H)
|
||||||
#include <intrin.h>
|
#include <intrin.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user