From 4a74ecf33a230261eb087467deddb2181878b7c8 Mon Sep 17 00:00:00 2001 From: lizzie Date: Sun, 16 Aug 2026 00:55:02 +0000 Subject: [PATCH] sd855 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d43d28e7f2..cd35d688e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()