Răsfoiți Sursa

testautomation_intrinsics.c: correct call to check SSE4.1 presence.

Ozkan Sezer 2 ani în urmă
părinte
comite
7a54d363cf
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      test/testautomation_intrinsics.c

+ 1 - 1
test/testautomation_intrinsics.c

@@ -498,7 +498,7 @@ static int intrinsics_testSSE3(void *arg)
 
 static int intrinsics_testSSE4_1(void *arg)
 {
-    if (SDL_HasSSE42()) {
+    if (SDL_HasSSE41()) {
         SDLTest_AssertCheck(SDL_TRUE, "CPU of test machine has SSE4.1 support.");
 #if SDL_SSE4_1_INTRINSICS
         {