Dev Builds » 20260913-0733

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 86433ca703e808fb3b7b46b3efb3ee3fdbf53c22
Author Jack L
Date 2026-09-13 07:33:55 UTC
Add iterator header to numa.h Fix missing iterator include in numa.h that causes compilation to fail with clang version 23.1.1 and possibly other versions on Windows when using the command line "make -j8 profile-build ARCH=native COMP=clang". A sample of error messages follows, ./numa.h:121:36: error: no member named 'inserter' in namespace 'std' ... ./numa.h:121:36: ./numa.h:121:36: error: In file included from timeman.cpp:25: ... In file included from ./search.h:37: no member ./numa.h:121:36: error: named 'inserter' in namespace 'std'error: no member named 'inserter' in namespace ... no member named 'inserter' in namespace 'std'In file included from tt.cpp:32: Adding #include <iterator> to numa.h solves the problem and the compilation completes as expected. closes https://github.com/official-stockfish/Stockfish/pull/7157 No functional change
Copyright 2011–2026 Next Chess Move LLC