Dev Builds » 20120707-1805

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 089e54c7fdeb754f7375fea06aa6a464be1297cb
Author Marco Costalba
Date 2012-07-07 18:05:38 UTC
Revert to -O3 with Clang Instead of -O4 option that does not work with both mingw and Linux gcc (tested with Clang 3.1). As reported by Reed Kotler: Turns out that -O4 is not a valid option for clang unless you have the proper gold linker and plugins built. That's because -O4 enables LTO, which writes out bitcode files during the compile, and then loads those and optimizes them during the link phase. It requires a linker that supports LLVM's LTO. There is a plugin for Gold available as part of LLVM. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
Copyright 2011–2024 Next Chess Move LLC