set default value

This commit is contained in:
Konstantinos Margaritis 2023-10-09 20:38:19 +08:00
parent c4b7a44cac
commit 1fdeedf151

View File

@ -17,6 +17,8 @@ if (CMAKE_COMPILER_IS_GNUCXX)
else()
set(SVE2_ARCH "armv9-a")
endif()
else()
set(SVE2_ARCH "armv9-a")
endif()
set(ARMV8_ARCH "armv8-a")