mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Revert "Use compiler intrinsic instead of assembly for popcnt"
This reverts commit a69f1d7c20.
This commit is contained in:
+1
-1
@@ -285,7 +285,7 @@ endif
|
||||
|
||||
### 3.9 popcnt
|
||||
ifeq ($(popcnt),yes)
|
||||
CXXFLAGS += -msse4.2 -DUSE_POPCNT
|
||||
CXXFLAGS += -msse3 -DUSE_POPCNT
|
||||
endif
|
||||
|
||||
### 3.10 pext
|
||||
|
||||
Reference in New Issue
Block a user