This commit is contained in:
lizzie
2026-08-16 00:55:02 +00:00
parent 7496aabaf5
commit 4a74ecf33a
+1 -1
View File
@@ -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()