]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
fix TUNE_FLAG for SIMDE_BACKEND
authorKonstantnos Margaritis <konstantinos@vectorcamp.gr>
Mon, 27 Nov 2023 20:51:29 +0000 (20:51 +0000)
committerKonstantnos Margaritis <konstantinos@vectorcamp.gr>
Mon, 27 Nov 2023 20:51:29 +0000 (20:51 +0000)
cmake/archdetect.cmake

index 87c4c4e7db9269cc9248456b9801d6ba85d5a23f..494269c2999ee498c6fbaef404191356ab894343 100644 (file)
@@ -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)