Add ZEN support (tested for auto-detected static backend)

This commit is contained in:
Denis Steckelmacher
2017-03-19 15:32:50 +01:00
parent 99880f7906
commit c9ff735da6
46 changed files with 339 additions and 58 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ if (DYNAMIC_ARCH)
set(DYNAMIC_CORE "${DYNAMIC_CORE} SANDYBRIDGE BULLDOZER PILEDRIVER STEAMROLLER")
endif ()
if (NOT NO_AVX2)
set(DYNAMIC_CORE "${DYNAMIC_CORE} HASWELL")
set(DYNAMIC_CORE "${DYNAMIC_CORE} HASWELL ZEN")
endif ()
endif ()