File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ if (DYNAMIC_ARCH)
3939 set (DYNAMIC_CORE ${DYNAMIC_CORE} NEOVERSEV1 NEOVERSEN2 ARMV8SVE A64FX)
4040 endif ()
4141 if (${CMAKE_C_COMPILER_VERSION} VERSION_GREATER_EQUAL 14) # SME ACLE supported in GCC >= 14
42- set (DYNAMIC_CORE ${DYNAMIC_CORE} ARMV9SME)
42+ set (DYNAMIC_CORE ${DYNAMIC_CORE} ARMV9SME VORTEXM4 )
4343 endif ()
4444 elseif (${CMAKE_C_COMPILER_ID} MATCHES "Clang" )
4545 if (${CMAKE_C_COMPILER_VERSION} VERSION_GREATER_EQUAL 11) # SVE ACLE supported in LLVM >= 11
4646 set (DYNAMIC_CORE ${DYNAMIC_CORE} NEOVERSEV1 NEOVERSEN2 ARMV8SVE A64FX)
4747 endif ()
4848 if (${CMAKE_C_COMPILER_VERSION} VERSION_GREATER_EQUAL 19) # SME ACLE supported in LLVM >= 19
49- set (DYNAMIC_CORE ${DYNAMIC_CORE} ARMV9SME)
49+ set (DYNAMIC_CORE ${DYNAMIC_CORE} ARMV9SME VORTEXM4 )
5050 endif ()
5151 endif ()
5252 if (DYNAMIC_LIST)
You can’t perform that action at this time.
0 commit comments