Dev Builds » 20260409-1953

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 a42d328f21f76e1637135db36eb8e8bca72849e4
Author Linmiao Xu
Date 2026-04-09 19:53:08 UTC
Fix compilation errors on macOS ``` clang++: error: unknown argument: '-fno-ipa-cp-clone' clang++: error: unknown argument: '-fno-ipa-cp-clone' make[1]: *** [bitboard.o] Error 1 ``` The flag is unsupported by Clang, which pretends to be GCC on macOS, so only passing -fno-ipa-cp-clone to real GCC fixes macOS builds. closes https://github.com/official-stockfish/Stockfish/pull/6698 No functional change
Copyright 2011–2026 Next Chess Move LLC