Dev Builds » 20260803-1951

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 1f711d49aa8687b041eeb9d21ed3ac2f6a2bd216
Author FauziAkram
Date 2026-08-03 19:51:46 UTC
Avoiding Redundant Calculations The expression `to - D` is computed up to four times to determine the source square of the pawn move. Pre-calculating `from` avoids redundant subtraction operations during move generation ~~and cleans up unused attribute specifiers~~. closes https://github.com/official-stockfish/Stockfish/pull/7024 No functional change
Copyright 2011–2026 Next Chess Move LLC