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:
Joost VandeVondele
2020-08-12 17:21:12 +02:00
parent dd63b98fb0
commit 69cfe28f31
2 changed files with 7 additions and 3 deletions

View File

@@ -468,7 +468,7 @@ ifeq ($(neon),yes)
endif
ifeq ($(arch),x86_64)
CXXFLAGS += -DUSE_SSE2
CXXFLAGS += -msse2 -DUSE_SSE2
endif
### 3.7 pext