1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 17:19:36 +00:00

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