pass NO_AVX512 macro def

This commit is contained in:
刘雨培 2021-04-07 00:10:41 +08:00
parent a2216ef19f
commit 725432efaa
1 changed files with 4 additions and 0 deletions

View File

@ -299,6 +299,10 @@ if (NO_AVX2)
set(CCOMMON_OPT "${CCOMMON_OPT} -DNO_AVX2")
endif ()
if (NO_AVX512)
set(CCOMMON_OPT "${CCOMMON_OPT} -DNO_AVX512")
endif ()
if (USE_THREAD)
# USE_SIMPLE_THREADED_LEVEL3 = 1
# NO_AFFINITY = 1