X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=Readme.txt;h=d9437ac3511f34223681974bb53ab06bbc2ff93b;hp=85139105b0f1ca3bf84b3a1a541da8172acbdb23;hb=efeb37c33f15a903dbe5706529a7a26511e9ca58;hpb=dc286d2673ef334c6bab0c4244a49a1b01e63cdc diff --git a/Readme.txt b/Readme.txt index 85139105..d9437ac3 100644 --- a/Readme.txt +++ b/Readme.txt @@ -3,7 +3,7 @@ Stockfish is a free UCI chess engine derived from Glaurung 2.1. It is not a complete chess program, but requires some UCI compatible GUI -(like XBoard with PolyGlot, eboard, Jos�, Arena, Sigma Chess, Shredder, +(like XBoard with PolyGlot, eboard, Josè, Arena, Sigma Chess, Shredder, Chess Partner, or Fritz) in order to be used comfortably. Read the documentation for your GUI of choice for information about how to use Stockfish with your GUI. @@ -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 @@ -84,8 +83,3 @@ source code, these changes must also be made available under the GPL. For full details, read the copy of the GPL found in the file named Copying.txt. - -6. Feedback ------------ - -The author's e-mail address is mcostalba@gmail.com