소스 검색

Replaced the intrinsics header with the single header that includes all intrinsics so we can use AVX, etc.

Sam Lantinga 8 년 전
부모
커밋
4026db8c7e
1개의 변경된 파일1개의 추가작업 그리고 12개의 파일을 삭제
  1. 1 12
      include/SDL_cpuinfo.h

+ 1 - 12
include/SDL_cpuinfo.h

@@ -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"