set x86-64-v2 as baseline arch for fat runtime

This commit is contained in:
Konstantinos Margaritis 2024-01-18 22:08:05 +02:00
parent 634c884204
commit ffa6926608

View File

@ -28,7 +28,7 @@ if (NOT FAT_RUNTIME)
else()
set(ARCH_C_FLAGS "-msse4.2")
set(ARCH_CXX_FLAGS "-msse4.2")
set(X86_ARCH "core-i7")
set(X86_ARCH "x86-64-v2")
endif()
else()
set(BUILD_AVX512VBMI ON)