mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
GREATER_EQUAL
This commit is contained in:
parent
a7a12844e7
commit
306e8612be
@ -70,7 +70,7 @@ else()
|
||||
if (SIMDE_BACKEND)
|
||||
if (CMAKE_COMPILER_IS_CLANG)
|
||||
if(ARCH_AARCH64)
|
||||
if (CMAKE_C_COMPILER_VERSION VERSION_LESS "15.0")
|
||||
if (CMAKE_C_COMPILER_VERSION VERSION_GREATER_EQUAL "15.0")
|
||||
set(GNUCC_ARCH native)
|
||||
set(TUNE_FLAG native)
|
||||
else()
|
||||
|
Loading…
x
Reference in New Issue
Block a user