Expressly enable -mavx2 on Zen, SkylakeX and Cooperlake as well

This commit is contained in:
Martin Kroeker 2020-10-13 14:41:25 +02:00 committed by GitHub
parent 5f60a32cac
commit 9e3cff5cf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ endif
endif endif
endif endif
ifeq ($(CORE), HASWELL) ifeq ($(CORE), $(filter $(CORE), HASWELL ZEN SKYLAKEX COOPERLAKE)
ifndef DYNAMIC_ARCH ifndef DYNAMIC_ARCH
ifndef NO_AVX2 ifndef NO_AVX2
ifeq ($(C_COMPILER), GCC) ifeq ($(C_COMPILER), GCC)