mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-23 21:27:14 +00:00
fix return type of vmovl_high_s8
also add -flax-vector-conversions=none to the build closes https://github.com/official-stockfish/Stockfish/pull/6587 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
823b04e58a
commit
0d26c61ff2
+1
-1
@@ -515,7 +515,7 @@ ifeq ($(COMP),clang)
|
||||
endif
|
||||
|
||||
CXXFLAGS += -pedantic -Wextra -Wshadow -Wmissing-prototypes \
|
||||
-Wconditional-uninitialized
|
||||
-Wconditional-uninitialized -flax-vector-conversions=none
|
||||
|
||||
ifeq ($(filter $(KERNEL),Darwin OpenBSD FreeBSD),)
|
||||
ifeq ($(target_windows),)
|
||||
|
||||
Reference in New Issue
Block a user