Dev Builds » 20260706-0932

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 bc079c46a9b231457e21c75a0887e64e2e756418
Author Syine Mineta
Date 2026-07-06 09:32:15 UTC
Fix Clang 22 codegen regression Clang 22 apparently has a codegen regression in capture() and capture_stage() functions. GCC and the other versions of Clang also showed a marginal speedup which however could be due to noise. Combined results of two STC tests: https://tests.stockfishchess.org/tests/view/6a45b104f97ff95f78795570 https://tests.stockfishchess.org/tests/view/6a474aaff97ff95f787957a9 STC (clang++ 22): LLR: 2.811 (-2.944,2.944) <0.00,2.00> Ptnml(0-2): 67, 3094, 7975, 3306, 102 Non-regression STC (g++, clang++ ~21): LLR: 6.617 (-2.944,2.944) <-1.75,0.25> Ptnml(0-2): 428, 22211, 56555, 22553, 429 Local test results (Zen 4, x86-64-avx512icl, bench 512 1 16, 50 runs): Clang (22.1.2): PASSED: speedup = +0.0169, P(speedup > 0) = 1.0000 GCC (15.2.0): FAILED: speedup = +0.0031, P(speedup > 0) = 0.9597 closes https://github.com/official-stockfish/Stockfish/pull/6945 No functional change
Copyright 2011–2026 Next Chess Move LLC