mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-16 01:12:15 +03:00
fix TUNE_FLAG for SIMDE_BACKEND
This commit is contained in:
committed by
Konstantnos Margaritis
parent
1fb601f3a9
commit
22096b50a1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user