mirror of
https://github.com/yawut/SDL.git
synced 2026-07-13 15:22:05 -05:00
Replaced the intrinsics header with the single header that includes all intrinsics so we can use AVX, etc.
This commit is contained in:
parent
2736c93dc1
commit
b67e85ef8f
|
|
@ -56,21 +56,10 @@
|
|||
#undef pixel
|
||||
#endif
|
||||
#endif
|
||||
#ifdef __MMX__
|
||||
#include <mmintrin.h>
|
||||
#endif
|
||||
#ifdef __3dNOW__
|
||||
#include <mm3dnow.h>
|
||||
#endif
|
||||
#ifdef __SSE__
|
||||
#include <xmmintrin.h>
|
||||
#endif
|
||||
#ifdef __SSE2__
|
||||
#include <emmintrin.h>
|
||||
#endif
|
||||
#ifdef __SSE3__
|
||||
#include <pmmintrin.h>
|
||||
#endif
|
||||
#include <immintrin.h>
|
||||
#endif
|
||||
|
||||
#include "begin_code.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user