Avoid unknown pragma on !__GCC__
This commit is contained in:
parent
ffe144ac04
commit
af2246881d
@ -29,7 +29,9 @@
|
||||
*/
|
||||
|
||||
#if defined(HAVE_EMMINTRIN_H) || defined(_MSC_VER)
|
||||
# if __GNUC__
|
||||
# pragma GCC target("sse2")
|
||||
# endif
|
||||
#include <emmintrin.h>
|
||||
#if defined(__XOP__) && defined(DISABLED)
|
||||
#include <x86intrin.h>
|
||||
|
Loading…
Reference in New Issue
Block a user