Dev Builds » 20260415-1705

You are viewing an old NCM Stockfish dev build test. You may find the most recent dev build tests using Stockfish 15 as the baseline here.

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 bb5f0100b033d7b337a7eb1a3ebcfd7619bd9f00
Author Ryan Lefkowitz
Date 2026-04-15 17:05:14 UTC
fix syzygy crash on Apple Silicon by unrolling tbprobe adjustment loop A bit tricky to identify, but in `apple-silicon` builds, specifying a value for `SyzygyPath` could still lead to crashes at certain depths from a SIGBUS/SIGSEGV. This PR replaces the `std::count_if()` adjustment in `tbprobe.cpp`'s `do_probe_table()` with an annotated handwritten loop, avoiding the clang/LTO miscompilation behind the crash. closes https://github.com/official-stockfish/Stockfish/pull/6721 No functional change.
Copyright 2011–2026 Next Chess Move LLC