use x86-64-v2 as default x86 arch for SIMDe

This commit is contained in:
Konstantinos Margaritis 2024-01-18 21:22:42 +02:00
parent 719e1c9be6
commit 634c884204

View File

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