Dev Builds » 20260703-1826

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
ncm-dbt-01 04:10:41 582323 2476 1103 214 1159 +130.56 ± 5.83 0 19 337 856 26 +299.36 ± 18.56
ncm-dbt-02 04:11:39 590705 2486 1144 184 1158 +141.5 ± 5.51 0 13 281 925 24 +340.45 ± 20.35
ncm-dbt-03 04:11:53 583955 2500 1137 196 1167 +137.53 ± 5.59 0 10 318 893 29 +322.38 ± 19.07
ncm-dbt-04 04:10:40 568053 2472 1104 184 1184 +135.83 ± 5.55 0 9 322 881 24 +318.92 ± 18.93
ncm-dbt-05 04:11:29 581981 2480 1105 180 1195 +136.15 ± 5.8 0 17 312 880 31 +316.05 ± 19.3
12414 5593 958 5863 +136.31 ± 2.53 0 68 1570 4435 134 +319.09 ± 8.58

Test Detail

ID Host Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo CLI PGN
476888 ncm-dbt-04 567799 472 210 32 230 +137.82 ± 12.79 0 2 59 170 5 +324.95 ± 44.82
476887 ncm-dbt-05 585253 480 218 36 226 +138.65 ± 13.26 0 3 59 171 7 +322.05 ± 44.91
476886 ncm-dbt-01 579661 476 216 33 227 +140.8 ± 12.83 0 3 54 176 5 +336.38 ± 47.07
476885 ncm-dbt-02 591254 486 225 31 230 +146.85 ± 11.69 0 0 54 184 5 +361.23 ± 46.75
476884 ncm-dbt-03 586731 500 235 36 229 +146.36 ± 12.4 0 1 57 184 8 +349.43 ± 45.6
476883 ncm-dbt-04 568673 500 221 30 249 +139.81 ± 12.26 0 3 57 186 4 +336.46 ± 45.77
476882 ncm-dbt-01 581652 500 213 55 232 +113.68 ± 13.21 0 5 86 155 4 +249.64 ± 36.79
476881 ncm-dbt-02 591340 500 234 47 219 +136.56 ± 13.55 0 7 55 182 6 +318.25 ± 46.48
476880 ncm-dbt-05 580406 500 233 36 231 +144.71 ± 12.68 0 2 57 183 8 +342.85 ± 45.71
476879 ncm-dbt-03 584076 500 227 46 227 +131.74 ± 13.3 0 5 65 174 6 +301.33 ± 42.75
476878 ncm-dbt-05 580904 500 218 32 250 +135.76 ± 12.21 0 2 64 180 4 +321.19 ± 42.95
476877 ncm-dbt-04 568116 500 220 51 229 +122.24 ± 11.99 0 1 81 166 2 +280.42 ± 37.62
476876 ncm-dbt-02 589027 500 230 40 230 +138.99 ± 12.3 0 1 64 179 6 +327.18 ± 42.83
476875 ncm-dbt-01 584369 500 229 44 227 +134.95 ± 13.03 0 4 63 177 6 +312.48 ± 43.44
476874 ncm-dbt-03 585000 500 225 39 236 +135.75 ± 11.58 0 0 67 180 3 +324.16 ± 41.61
476873 ncm-dbt-01 583656 500 220 45 235 +126.97 ± 13.41 0 3 77 162 8 +280.42 ± 38.93
476872 ncm-dbt-04 567482 500 222 30 248 +140.62 ± 12.02 0 0 64 180 6 +333.32 ± 42.66
476871 ncm-dbt-02 590782 500 233 37 230 +143.89 ± 11.19 0 1 54 193 2 +359.68 ± 46.95
476870 ncm-dbt-05 582235 500 216 44 240 +124.6 ± 13.8 0 7 70 167 6 +277.93 ± 41.14
476869 ncm-dbt-03 582360 500 225 38 237 +136.56 ± 12.18 0 1 66 178 5 +321.19 ± 42.12
476868 ncm-dbt-01 582277 500 225 37 238 +137.37 ± 12.36 0 4 57 186 3 +330.23 ± 45.79
476867 ncm-dbt-04 568196 500 231 41 228 +138.99 ± 12.9 0 3 61 179 7 +324.17 ± 44.15
476866 ncm-dbt-05 581111 500 220 32 248 +137.37 ± 12.76 0 3 62 179 6 +321.19 ± 43.77
476865 ncm-dbt-02 591125 500 222 29 249 +141.44 ± 12.61 0 4 54 187 5 +339.63 ± 47.1
476864 ncm-dbt-03 581610 500 225 37 238 +137.37 ± 12.96 0 3 63 177 7 +318.25 ± 43.39

Commit

Commit ID 46428b93461ee0c0e9e76f27866ddf502372d62a
Author MFW
Date 2026-07-03 18:26:34 UTC
Allow cross-compilation of Android version on Mac When compiling for Android (COMP=ndk) on macOS, the build fails because the NDK's LLVM toolchain does not recognize the macOS-specific flags -mdynamic-no-pic and -mmacosx-version-min.  This PR wraps these flags with ifneq ($(COMP),ndk) condition to skip them during Android cross-compilation. Please squash and merge this PR. closes https://github.com/official-stockfish/Stockfish/pull/6927 No functional change
Copyright 2011–2026 Next Chess Move LLC