Skip to content

Commit 9e3cff5

Browse files
authored
Expressly enable -mavx2 on Zen, SkylakeX and Cooperlake as well
1 parent 5f60a32 commit 9e3cff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.x86_64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ endif
6464
endif
6565
endif
6666

67-
ifeq ($(CORE), HASWELL)
67+
ifeq ($(CORE), $(filter $(CORE), HASWELL ZEN SKYLAKEX COOPERLAKE)
6868
ifndef DYNAMIC_ARCH
6969
ifndef NO_AVX2
7070
ifeq ($(C_COMPILER), GCC)

0 commit comments

Comments
 (0)