mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-07 16:01:10 +00:00
testautomation_intrinsics.c: correct call to check SSE4.1 presence.
This commit is contained in:
parent
6c9780720b
commit
7a54d363cf
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ static int intrinsics_testSSE3(void *arg)
|
||||||
|
|
||||||
static int intrinsics_testSSE4_1(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.");
|
SDLTest_AssertCheck(SDL_TRUE, "CPU of test machine has SSE4.1 support.");
|
||||||
#if SDL_SSE4_1_INTRINSICS
|
#if SDL_SSE4_1_INTRINSICS
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue