Skip to content

Commit bd3207b

Browse files
authored
Update system.cmake
1 parent b8ebfc9 commit bd3207b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/system.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if (DEFINED TARGET)
5555
endif()
5656
# elseif (${CMAKE_C_COMPILER_ID} STREQUAL "CLANG")
5757
# set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -mavx2")
58-
endif()
58+
# endif()
5959
endif()
6060
if (${TARGET} STREQUAL "SKYLAKEX" AND NOT NO_AVX512)
6161
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -march=skylake-avx512")

0 commit comments

Comments
 (0)