mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
set x86-64-v2 as baseline arch for fat runtime
This commit is contained in:
parent
634c884204
commit
ffa6926608
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user