You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmake/arch.cmake
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,14 @@ if (DYNAMIC_ARCH)
54
54
endif()
55
55
endif()
56
56
endif ()
57
+
58
+
if (${CMAKE_SYSTEM_NAME}STREQUAL"Darwin"OR${CMAKE_SYSTEM_NAME}STREQUAL"iOS")
59
+
set(DYNAMIC_CORE ARMV8 NEOVERSEN1)
60
+
if (${CMAKE_C_COMPILER_VERSION}VERSION_GREATER_EQUAL 19 OR (${CMAKE_C_COMPILER_ID}MATCHES AppleClang AND${CMAKE_C_COMPILER_VERSION}VERSION_GREATER_EQUAL 17) ) # SME ACLE supported in LLVM >= 19 and AppleClang >= 17
0 commit comments