mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Fix some warnings with Intel C++ compiler
No functional change.
This commit is contained in:
committed by
Joona Kiiski
parent
91de6b0f37
commit
c97b702f4d
+5
-1
@@ -285,7 +285,11 @@ endif
|
||||
|
||||
### 3.9 popcnt
|
||||
ifeq ($(popcnt),yes)
|
||||
CXXFLAGS += -msse3 -mpopcnt -DUSE_POPCNT
|
||||
ifeq ($(comp),icc)
|
||||
CXXFLAGS += -msse3 -DUSE_POPCNT
|
||||
else
|
||||
CXXFLAGS += -msse3 -mpopcnt -DUSE_POPCNT
|
||||
endif
|
||||
endif
|
||||
|
||||
### 3.10 pext
|
||||
|
||||
Reference in New Issue
Block a user