From: Konstantnos Margaritis Date: Mon, 27 Nov 2023 20:51:29 +0000 (+0000) Subject: fix TUNE_FLAG for SIMDE_BACKEND X-Git-Tag: vectorscan/5.4.12^2~83^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c7b503ac49899b8f85ff23c05594fa6c53956cf;p=thirdparty%2Fvectorscan.git fix TUNE_FLAG for SIMDE_BACKEND --- diff --git a/cmake/archdetect.cmake b/cmake/archdetect.cmake index 87c4c4e7..494269c2 100644 --- a/cmake/archdetect.cmake +++ b/cmake/archdetect.cmake @@ -69,7 +69,7 @@ if (USE_CPU_NATIVE) else() if (SIMDE_BACKEND) set(GNUCC_ARCH native) - set(TUNE_FLAG generic) + set(TUNE_FLAG native) elseif (ARCH_IA32 OR ARCH_X86_64) set(GNUCC_ARCH native) set(TUNE_FLAG generic)