Fix compilation on loongarch

This commit is contained in:
yuanhecai
2024-01-21 12:42:18 +08:00
committed by Sam Lantinga
parent f569cc56a9
commit ed5d3d9f82
2 changed files with 3 additions and 3 deletions

View File

@@ -911,7 +911,7 @@ if(SDL_ASSEMBLY)
if(SDL_LSX)
cmake_push_check_state()
list(APPEND CMAKE_REQUIRED_FLAGS "-mlsx")
set(CMAKE_REQUIRED_FLAGS "-mlsx")
check_c_source_compiles("
#ifndef __loongarch_sx
#error Assembler CPP flag not enabled
@@ -928,7 +928,7 @@ if(SDL_ASSEMBLY)
if(SDL_LASX)
cmake_push_check_state()
list(APPEND CMAKE_REQUIRED_FLAGS "-mlasx")
set(CMAKE_REQUIRED_FLAGS "-mlasx")
check_c_source_compiles("
#ifndef __loongarch_asx
#error Assembler CPP flag not enabled

View File

@@ -4,7 +4,7 @@
#if SDL_HAVE_YUV
#include "yuv_rgb.h"
#include "yuv_rgb_internal.h"
#include "SDL_cpuinfo.h"
#ifdef __loongarch_sx