Procházet zdrojové kódy

SDL_intrin.h: fixed disabler macro name for SSE4.1

Ozkan Sezer před 2 roky
rodič
revize
260bb1c661
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      include/SDL3/SDL_intrin.h

+ 1 - 1
include/SDL3/SDL_intrin.h

@@ -132,7 +132,7 @@ _m_prefetch(void *__P)
 #  define SDL_SSE3_INTRINSICS 1
 #  define SDL_SSE3_INTRINSICS 1
 #  include <pmmintrin.h>
 #  include <pmmintrin.h>
 # endif
 # endif
-# if (defined(_MSC_VER) || defined(__SSE4_1__) || defined(SDL_HAS_TARGET_ATTRIBS)) && !defined(SDL_DISABLE_SSE42)
+# if (defined(_MSC_VER) || defined(__SSE4_1__) || defined(SDL_HAS_TARGET_ATTRIBS)) && !defined(SDL_DISABLE_SSE41)
 #  define SDL_SSE4_1_INTRINSICS 1
 #  define SDL_SSE4_1_INTRINSICS 1
 #  include <smmintrin.h>
 #  include <smmintrin.h>
 # endif
 # endif