Dev Builds » 20150628-0856

Use this dev build

NCM plays each Stockfish dev build 20,000 times against Stockfish 14. This yields an approximate Elo difference and establishes confidence in the strength of the dev builds.

Summary

Host Duration Avg Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo

Test Detail

ID Host Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo CLI PGN

Commit

Commit ID 112607bf490ccdeaf3446996c6c4f09a11778c7b
Author Marco Costalba
Date 2015-06-28 08:56:42 UTC
Correctly check for no-makefile compile Under Windows with MSVC we use the IDE to compile, in this case we infer some compiler flags usually set by Makefile. The condition to check this was wrong, namely when compiling with mingw under Windows 64 bit we always set IS_64BIT and USE_BSFQ even if compiled with ARCH=x86-32 (this is how I found it). Small code style touches while there. No functional change.
Copyright 2011–2024 Next Chess Move LLC