mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 05:03:35 +02:00
Disable LASX on LoongArch64 by default.
This commit is contained in:
@@ -72,7 +72,6 @@ if(CMAKE_SYSTEM_PROCESSOR)
|
||||
elseif(${CMAKE_SYSTEM_PROCESSOR} MATCHES "^loongarch64")
|
||||
set(LOONGARCH64_DEVICE ON)
|
||||
add_compile_options(-mlsx)
|
||||
add_compile_options(-mlasx)
|
||||
else()
|
||||
message("Unknown CMAKE_SYSTEM_PROCESSOR: ${CMAKE_SYSTEM_PROCESSOR}")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user