mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:41:45 +00:00
[VCRUNTIME] Add immintrin.h
This commit is contained in:
parent
be8bbcbe92
commit
f493606999
2 changed files with 172 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
#include <stddef.h>
|
||||
|
||||
#if defined(_M_IX86) || defined(_M_X64)
|
||||
//#include <immintrin.h>
|
||||
#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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue