Update system.cmake

This commit is contained in:
Martin Kroeker
2020-08-19 22:51:10 +02:00
committed by GitHub
parent b8ebfc9335
commit bd3207b4b4

View File

@@ -55,7 +55,7 @@ if (DEFINED TARGET)
endif()
# elseif (${CMAKE_C_COMPILER_ID} STREQUAL "CLANG")
# set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -mavx2")
endif()
# endif()
endif()
if (${TARGET} STREQUAL "SKYLAKEX" AND NOT NO_AVX512)
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -march=skylake-avx512")