Fix a compile error.

This commit is contained in:
HiraokaTakuya
2019-06-30 17:01:25 +09:00
committed by nodchip
parent 10aa774d08
commit c643ee0b45

View File

@@ -339,7 +339,7 @@ endif
ifeq ($(pext),yes)
CXXFLAGS += -DUSE_PEXT
ifeq ($(comp),$(filter $(comp),gcc clang mingw))
CXXFLAGS += -mbmi2
CXXFLAGS += -mbmi2 -mavx2
endif
endif