Build yuv_rgb_lsx.c with -mlsx

main
Anonymous Maarten 2024-01-18 13:26:09 +01:00 committed by Sam Lantinga
parent dbdc65fc95
commit 49adb23ad9
1 changed files with 1 additions and 0 deletions

View File

@ -839,6 +839,7 @@ if(SDL_ASSEMBLY)
cmake_pop_check_state() cmake_pop_check_state()
if(COMPILER_SUPPORTS_LSX AND HAVE_LSXINTRIN_H) if(COMPILER_SUPPORTS_LSX AND HAVE_LSXINTRIN_H)
set_property(SOURCE "${SDL3_SOURCE_DIR}/src/video/yuv2rgb/yuv_rgb_lsx.c" APPEND PROPERTY COMPILE_OPTIONS "-mlsx")
set(HAVE_LSX TRUE) set(HAVE_LSX TRUE)
endif() endif()
endif() endif()