mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
Fix profile builds for AVX512.
This commit is contained in:
+1
-1
@@ -459,7 +459,7 @@ endif
|
|||||||
ifeq ($(avx512),yes)
|
ifeq ($(avx512),yes)
|
||||||
CXXFLAGS += -DUSE_AVX512
|
CXXFLAGS += -DUSE_AVX512
|
||||||
ifeq ($(comp),$(filter $(comp),gcc clang mingw msys2))
|
ifeq ($(comp),$(filter $(comp),gcc clang mingw msys2))
|
||||||
CXXFLAGS += -mavx512vbmi
|
CXXFLAGS += -mavx512bw
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user