BitUtil: c/c++ header

This commit is contained in:
x
2019-12-19 19:26:13 +01:00
parent ff1b48f90c
commit a1757e35f6

View File

@ -31,6 +31,12 @@
#elif defined(__SSE4_1__)
#include <smmintrin.h>
#elif defined(__SSSE3__)
#ifdef __powerpc64__
#define __SSE__ 1
#define __SSE2__ 1
#define __SSE3__ 1
#define NO_WARN_X86_INTRINSICS 1
#endif
#include <tmmintrin.h>
#elif defined(__SSE2__)
#include <emmintrin.h>