From: Konstantinos Margaritis Date: Thu, 18 Jan 2024 19:22:42 +0000 (+0200) Subject: use x86-64-v2 as default x86 arch for SIMDe X-Git-Tag: vectorscan/5.4.12^2~75^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=634c884204676f0ea6217c359db803c482f7f1a2;p=thirdparty%2Fvectorscan.git use x86-64-v2 as default x86 arch for SIMDe --- diff --git a/cmake/archdetect.cmake b/cmake/archdetect.cmake index 9e07e126..e7df51ed 100644 --- a/cmake/archdetect.cmake +++ b/cmake/archdetect.cmake @@ -69,7 +69,7 @@ if (USE_CPU_NATIVE) else() if (SIMDE_BACKEND) if (ARCH_IA32 OR ARCH_X86_64) - set(GNUCC_ARCH ${X86_ARCH}) + set(GNUCC_ARCH x86-64-v2) set(TUNE_FLAG generic) elseif(ARCH_AARCH64) set(GNUCC_ARCH armv8-a)