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 6a3c074 commit 71d33c9Copy full SHA for 71d33c9
cmake/system.cmake
@@ -48,7 +48,7 @@ if (DEFINED TARGET)
48
if (${TARGET} STREQUAL "COOPERLAKE" AND NOT NO_AVX512)
49
if (${CMAKE_C_COMPILER_ID} STREQUAL "GNU")
50
execute_process(COMMAND ${CMAKE_C_COMPILER} -dumpversion OUTPUT_VARIABLE GCC_VERSION)
51
- if (${GCC_VERSION} VERSION_GREATER 10.1 OR ${GCC_VERSION} VERSION_EQUAL10.1)
+ if (${GCC_VERSION} VERSION_GREATER 10.1 OR ${GCC_VERSION} VERSION_EQUAL 10.1)
52
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -march=cooperlake")
53
else()
54
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -march=skylake-avx512")
0 commit comments