mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 03:34:25 +03:00
fix typo in baseline x86 arch definition
This commit is contained in:
@@ -44,7 +44,7 @@ if (USE_CPU_NATIVE)
|
|||||||
endif()
|
endif()
|
||||||
elseif (CMAKE_COMPILER_IS_CLANG)
|
elseif (CMAKE_COMPILER_IS_CLANG)
|
||||||
if (ARCH_IA32 OR ARCH_X86_64)
|
if (ARCH_IA32 OR ARCH_X86_64)
|
||||||
set(GNUCC_ARCH x86_64_v2)
|
set(GNUCC_ARCH x86-64-v2)
|
||||||
set(TUNE_FLAG generic)
|
set(TUNE_FLAG generic)
|
||||||
elseif(ARCH_AARCH64)
|
elseif(ARCH_AARCH64)
|
||||||
if (BUILD_SVE2_BITPERM)
|
if (BUILD_SVE2_BITPERM)
|
||||||
@@ -69,7 +69,7 @@ if (USE_CPU_NATIVE)
|
|||||||
else()
|
else()
|
||||||
if (SIMDE_BACKEND)
|
if (SIMDE_BACKEND)
|
||||||
if (ARCH_IA32 OR ARCH_X86_64)
|
if (ARCH_IA32 OR ARCH_X86_64)
|
||||||
set(GNUCC_ARCH x86_64_v2)
|
set(GNUCC_ARCH x86-64-v2)
|
||||||
set(TUNE_FLAG generic)
|
set(TUNE_FLAG generic)
|
||||||
elseif(ARCH_AARCH64)
|
elseif(ARCH_AARCH64)
|
||||||
set(GNUCC_ARCH armv8-a)
|
set(GNUCC_ARCH armv8-a)
|
||||||
|
Reference in New Issue
Block a user