We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ebfc9 commit bd3207bCopy full SHA for bd3207b
cmake/system.cmake
@@ -55,7 +55,7 @@ if (DEFINED TARGET)
55
endif()
56
# elseif (${CMAKE_C_COMPILER_ID} STREQUAL "CLANG")
57
# set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -mavx2")
58
- endif()
+# endif()
59
60
if (${TARGET} STREQUAL "SKYLAKEX" AND NOT NO_AVX512)
61
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -march=skylake-avx512")
0 commit comments