build(cmake): changed cmake to not include simd
This commit is contained in:
parent
6b3850bc84
commit
e385025bf0
1 changed files with 0 additions and 8 deletions
|
|
@ -17,13 +17,5 @@ target_link_libraries(IonyTest Iony)
|
|||
if (MSVC)
|
||||
target_compile_options(Iony PRIVATE /W4 /Zl)
|
||||
else()
|
||||
if (CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64")
|
||||
target_compile_options(Iony PRIVATE -mavx512f -mavx512vl -march=native)
|
||||
target_compile_options(IonyTest PRIVATE -mavx512f -mavx512vl -march=native)
|
||||
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "arm")
|
||||
target_compile_options(Iony PRIVATE -mfpu=neon)
|
||||
target_compile_options(IonyTest PRIVATE -mfpu=neon)
|
||||
endif()
|
||||
|
||||
target_compile_options(Iony PRIVATE -Wall -Wextra -pedantic)
|
||||
endif()
|
||||
Loading…
Add table
Reference in a new issue