Merge pull request #5365 from martin-frbg/issue5324

Fix arm64 HAVE_SME setting for DYNAMIC_ARCH builds using CMake
This commit is contained in:
Martin Kroeker
2025-07-09 22:50:54 +02:00
committed by GitHub

View File

@@ -238,6 +238,9 @@ function (build_core TARGET_CORE KDIR TSUFFIX KERNEL_DEFINITIONS)
if (X86_64 OR ARM64)
set(USE_DIRECT_SGEMM true)
endif()
if (UC_TARGET_CORE MATCHES ARMV9SME)
set (HAVE_SME true)
endif ()
if (USE_DIRECT_SGEMM)
# if (NOT DEFINED SGEMMDIRECTKERNEL)