Fix profile builds for AVX512.

This commit is contained in:
mstembera
2020-07-19 21:25:50 +09:00
committed by nodchip
parent fd78fb05f6
commit 77018c77cc
+1 -1
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