From: Konstantinos Margaritis Date: Thu, 18 Jan 2024 20:08:05 +0000 (+0200) Subject: set x86-64-v2 as baseline arch for fat runtime X-Git-Tag: vectorscan/5.4.12^2~75^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffa69266084130393ba3f61738feb5e44ac5bc86;p=thirdparty%2Fvectorscan.git set x86-64-v2 as baseline arch for fat runtime --- diff --git a/cmake/cflags-x86.cmake b/cmake/cflags-x86.cmake index 01200c27..4e2b8a7d 100644 --- a/cmake/cflags-x86.cmake +++ b/cmake/cflags-x86.cmake @@ -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)