Fix profile builds for AVX512.

This commit is contained in:
mstembera
2020-07-19 05:16:13 -07:00
committed by nodchip
parent fd78fb05f6
commit 77018c77cc

View File

@@ -459,7 +459,7 @@ endif
ifeq ($(avx512),yes)
CXXFLAGS += -DUSE_AVX512
ifeq ($(comp),$(filter $(comp),gcc clang mingw msys2))
CXXFLAGS += -mavx512vbmi
CXXFLAGS += -mavx512bw
endif
endif