pass NO_AVX512 macro def
This commit is contained in:
parent
a2216ef19f
commit
725432efaa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue