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 eb46ba6530
commit 55240d94c7

View File

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