Stockfish, chess engine UCI
Leader rating list JCER = 3405
🔬 Author: Joost VandeVondele
More:
Timestamp: 1493567023
gcc 7 port
Testing the release candidate revealed only one minor issue, namely a new warning -Wimplicit-fallthrough (part of -Wextra) triggers in the movepicker. This can be silenced by adding a comment, and once we move to c++17 by adding a standard annotation [[fallthrough]];.
No functional change.
Closes #1090
⭐⭐⭐ Stockfish 17043017 - download
Comments
Post a Comment