fix TUNE_FLAG for SIMDE_BACKEND

This commit is contained in:
Konstantnos Margaritis 2023-11-27 20:51:29 +00:00
parent f57928ea08
commit 8c7b503ac4

View 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)