mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Only include Intel intrinsics header on x86 and x64
This commit is contained in:
parent
4026db8c7e
commit
846d008036
1 changed files with 2 additions and 0 deletions
|
|
@ -59,8 +59,10 @@
|
|||
#ifdef __3dNOW__
|
||||
#include <mm3dnow.h>
|
||||
#endif
|
||||
#if defined(__i386__) || defined(__x86_64__)
|
||||
#include <immintrin.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "begin_code.h"
|
||||
/* Set up for C function definitions, even when using C++ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue