]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
set x86-64-v2 as baseline arch for fat runtime
authorKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Thu, 18 Jan 2024 20:08:05 +0000 (22:08 +0200)
committerKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Thu, 18 Jan 2024 20:08:05 +0000 (22:08 +0200)
cmake/cflags-x86.cmake

index 01200c27d9ddbe56e55d87c59b97dc0df20b7a22..4e2b8a7d83871f8dcf0683a930f6817475ff8ee8 100644 (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)