mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 20:42:16 +00:00
[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:
parent
d840d7cb1b
commit
b5aa5bcdc1
2 changed files with 19 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue