Dev Builds » 20260716-0628

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 151e204cc83460d5fbfb2248616fd9115c709646
Author Guy Vreuls
Date 2026-07-16 06:28:24 UTC
Simplify bitboards This PR: - retires the unused distance() functions in bitboard.h including the 4K SquareDistance LUT, - makes the 64K PopCnt16 LUT constexpr and only compiles it in if we don't use a popcount intrinsic (we can't fully remove the LUT because it's faster than the intrinsic in the absence of a popcount machine instruction), - retires Bitboards::init(). Passed STC: https://tests.stockfishchess.org/tests/view/6a48e6d3f97ff95f78795a8f LLR: 2.94 (-2.94,2.94) <-1.75,0.25> Total: 162016 W: 42054 L: 41976 D: 77986 Ptnml(0-2): 383, 17375, 45454, 17373, 423 I didn't run LTC because the changes only really impact workers without popcount and there aren't any present on fishtest ATM. The correctness of the constexpr PopCnt16 LUT was verified locally with a x86-64 build; the build yields the same signature as master. closes https://github.com/official-stockfish/Stockfish/pull/6952 No functional change
Copyright 2011–2026 Next Chess Move LLC