Skip to content

Commit

Permalink
Replaced the intrinsics header with the single header that includes a…
Browse files Browse the repository at this point in the history
…ll intrinsics so we can use AVX, etc.
  • Loading branch information
slouken committed Nov 10, 2017
1 parent 5501bcc commit 4026db8
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions include/SDL_cpuinfo.h
Expand Up @@ -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"
Expand Down

0 comments on commit 4026db8

Please sign in to comment.