mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-26 12:06:22 +08:00
Output the SSE2 flag in compiler_info
was missing in the list of outputs, slightly reorder flags. explicitly add -msse2 if USE_SSE2 (is implicit already, -msse -m64). closes https://github.com/official-stockfish/Stockfish/pull/2990 No functional change.
This commit is contained in:
@@ -468,7 +468,7 @@ ifeq ($(neon),yes)
|
||||
endif
|
||||
|
||||
ifeq ($(arch),x86_64)
|
||||
CXXFLAGS += -DUSE_SSE2
|
||||
CXXFLAGS += -msse2 -DUSE_SSE2
|
||||
endif
|
||||
|
||||
### 3.7 pext
|
||||
|
||||
Reference in New Issue
Block a user