mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-17 21:57:52 +00:00
sd855
This commit is contained in:
+1
-1
@@ -347,7 +347,7 @@ if (CXX_GCC OR CXX_CLANG)
|
||||
if (${YUZU_BUILD_PRESET} STREQUAL "generic")
|
||||
set(march armv8-a)
|
||||
elseif (${YUZU_BUILD_PRESET} STREQUAL "sd855")
|
||||
set(march armv8.2-a+dotprod+lse)
|
||||
set(march armv8.4-a)
|
||||
elseif (${YUZU_BUILD_PRESET} STREQUAL "armv9")
|
||||
set(march armv9-a)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user