remove bf16

This commit is contained in:
lizzie
2026-08-16 00:51:44 +00:00
parent 071ee07363
commit 7496aabaf5
+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+fp16+dotprod+lse)
set(march armv8.2-a+dotprod+lse)
elseif (${YUZU_BUILD_PRESET} STREQUAL "armv9")
set(march armv9-a)
endif()