[SDK] Define some constants for use with _mm_prefetch (#1147)

* [SDK] Define some constants for use with _mm_prefetch
This should fix the build for x64
Add __INTRIN_INLINE for gcc and clang
This commit is contained in:
Mark Jansen 2018-12-16 23:25:52 +01:00 committed by GitHub
parent d840d7cb1b
commit b5aa5bcdc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 0 deletions

View file

@ -11,6 +11,7 @@
#if defined(_M_IX86) || defined(_M_X64)
//#include <immintrin.h>
//#include <ammintrin.h>
#include <xmmintrin.h> // native headers: immintrin.h -> wmmintrin.h -> nmmintrin.h -> smmintrin.h -> tmmintrin.h -> pmmintrin.h -> emmintrin.h
#endif /* _M_IX86 || _M_X64 */
#if defined(_M_IX86)