Dev Builds » 20260318-1949

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 d173a0655d04b95497eefb75b400baa3eff56f93
Author anematode
Date 2026-03-18 19:49:20 UTC
Speedup splat_moves on avx512icl STC ``` LLR: 5.45 (-2.94,2.94) <0.00,2.00> Total: 612192 W: 158602 L: 157260 D: 296330 Ptnml(0-2): 1634, 67783, 166027, 68911, 1741 ``` @Torom measured: ``` sf_base = 2380902 +/- 1016 (95%) sf_test = 2391426 +/- 1065 (95%) diff = 10524 +/- 1336 (95%) speedup = 0.44203% +/- 0.056% (95%) ``` I've verified that `_mm512_slli_epi16(v, 0)` gets optimized out in GCC 9+ and clang 4+. Added constants to types.h so that people messing around with the layout of `Move` don't have to know about this part of the code. closes https://github.com/official-stockfish/Stockfish/pull/6670 No functional change
Copyright 2011–2026 Next Chess Move LLC