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 71d33c9 commit 7c19866Copy full SHA for 7c19866
cmake/cc.cmake
@@ -110,6 +110,8 @@ if (${CORE} STREQUAL "COOPERLAKE")
110
execute_process(COMMAND ${CMAKE_C_COMPILER} -dumpversion OUTPUT_VARIABLE GCC_VERSION)
111
if (${GCC_VERSION} VERSION_GREATER 10.1 OR ${GCC_VERSION} VERSION_EQUAL 10.1)
112
set (CCOMMON_OPT = "${CCOMMON_OPT} -march=cooperlake")
113
+ else ()
114
+ set (CCOMMON_OPT "${CCOMMON_OPT} -march=skylake-avx512")
115
endif()
116
endif ()
117
0 commit comments