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

From 7a54d363cfdd5b9a591cc77d2ea4054d98f1aac7 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Tue, 21 Mar 2023 14:56:50 +0300
Subject: [PATCH] testautomation_intrinsics.c: correct call to check SSE4.1
 presence.

---
 test/testautomation_intrinsics.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/testautomation_intrinsics.c b/test/testautomation_intrinsics.c
index b8e8a1b46e4b..41afbc47e4a6 100644
--- a/test/testautomation_intrinsics.c
+++ b/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
         {