From 4026db8c7efb5f1c69d9c3fc47bcc40af10c3375 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 10 Nov 2017 14:22:21 -0800 Subject: [PATCH] Replaced the intrinsics header with the single header that includes all intrinsics so we can use AVX, etc. --- include/SDL_cpuinfo.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/include/SDL_cpuinfo.h b/include/SDL_cpuinfo.h index 94b64b03bc5dd..19a88de4dc16a 100644 --- a/include/SDL_cpuinfo.h +++ b/include/SDL_cpuinfo.h @@ -56,21 +56,10 @@ #undef pixel #endif #endif -#ifdef __MMX__ -#include -#endif #ifdef __3dNOW__ #include #endif -#ifdef __SSE__ -#include -#endif -#ifdef __SSE2__ -#include -#endif -#ifdef __SSE3__ -#include -#endif +#include #endif #include "begin_code.h"