Dev Builds » 20260922-1601

Use this dev build

NCM plays each Stockfish dev build 20,000 times against Stockfish 15. 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 b69fd13039a734b5bb850c4c3d890314ccb8d432
Author mstembera
Date 2026-09-22 16:01:30 UTC
Use LLD w/ Clang for Universal builds I recently reset my Windows machine toolchain and the Clang built universal binaries started crashing. The fix is to have the Makefile add ```-fuse-ld=lld``` to the final link for Windows Clang universal builds. This uses LLVM’s linker instead of GNU’s linker, which produced a crashing executable from the same object files. I don't know why it didn't show up for me before but most likely my old Clang installation used LLD by default so the Makefile didn't need to specify it. closes https://github.com/official-stockfish/Stockfish/pull/7185 No functional change
Copyright 2011–2026 Next Chess Move LLC