mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
fix TUNE_FLAG for SIMDE_BACKEND
This commit is contained in:
parent
f57928ea08
commit
8c7b503ac4
@ -69,7 +69,7 @@ if (USE_CPU_NATIVE)
|
|||||||
else()
|
else()
|
||||||
if (SIMDE_BACKEND)
|
if (SIMDE_BACKEND)
|
||||||
set(GNUCC_ARCH native)
|
set(GNUCC_ARCH native)
|
||||||
set(TUNE_FLAG generic)
|
set(TUNE_FLAG native)
|
||||||
elseif (ARCH_IA32 OR ARCH_X86_64)
|
elseif (ARCH_IA32 OR ARCH_X86_64)
|
||||||
set(GNUCC_ARCH native)
|
set(GNUCC_ARCH native)
|
||||||
set(TUNE_FLAG generic)
|
set(TUNE_FLAG generic)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user