Only include Intel intrinsics header on x86 and x64
This commit is contained in:
parent
2f2d79f342
commit
5d91301861
1 changed files with 2 additions and 0 deletions
|
@ -59,8 +59,10 @@
|
||||||
#ifdef __3dNOW__
|
#ifdef __3dNOW__
|
||||||
#include <mm3dnow.h>
|
#include <mm3dnow.h>
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(__i386__) || defined(__x86_64__)
|
||||||
#include <immintrin.h>
|
#include <immintrin.h>
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "begin_code.h"
|
#include "begin_code.h"
|
||||||
/* Set up for C function definitions, even when using C++ */
|
/* Set up for C function definitions, even when using C++ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue