Dev Builds » 20150207-1813

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 99c9cae5865575c03a3eeea4ee6ea54ec8d59b18
Author Marco Costalba
Date 2015-02-07 18:13:41 UTC
Avoid casting to char* in prefetch() Funny enough, gcc __builtin_prefetch() expects already a void*, instead Windows's _mm_prefetch() requires a char*. The patch allows to remove ugly casts from caller sites. No functional change.
Copyright 2011–2024 Next Chess Move LLC