]> git.sesse.net Git - stockfish/blobdiff - Readme.txt
Some code style triviality in root search
[stockfish] / Readme.txt
index 85139105b0f1ca3bf84b3a1a541da8172acbdb23..a79e73025ffab11055e08aff25f295a29fbf6218 100644 (file)
@@ -58,8 +58,7 @@ flag changing from -DNBIGENDIAN to -DBIGENDIAN in the Makefile.
 
 Stockfish has POPCNT instruction runtime detection and support. This can
 give an extra speed on Core i7 or similar systems. To enable this feature
-(disabled by default) simply uncomment #define USE_POPCNT in bitcount.h
-before to compile.
+compile with 'make icc-profile-popcnt'
 
 On 64 bit Unix-like systems the 'bsfq' assembly instruction will be used
 for bit counting. Detection is automatic at compile time, but in case you