mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-12 05:41:10 +01:00
Only include Intel intrinsics header on x86 and x64
This commit is contained in:
parent
4026db8c7e
commit
846d008036
@ -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…
Reference in New Issue
Block a user