mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
use x86-64-v2 as default x86 arch for SIMDe
This commit is contained in:
parent
719e1c9be6
commit
634c884204
@ -69,7 +69,7 @@ if (USE_CPU_NATIVE)
|
||||
else()
|
||||
if (SIMDE_BACKEND)
|
||||
if (ARCH_IA32 OR ARCH_X86_64)
|
||||
set(GNUCC_ARCH ${X86_ARCH})
|
||||
set(GNUCC_ARCH x86-64-v2)
|
||||
set(TUNE_FLAG generic)
|
||||
elseif(ARCH_AARCH64)
|
||||
set(GNUCC_ARCH armv8-a)
|
||||
|
Loading…
x
Reference in New Issue
Block a user