Dev Builds » 20120323-1828

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 06f33ff1ee0c0e8345cb6d5b84ce5db9f043203d
Author Marco Costalba
Date 2012-03-23 18:28:20 UTC
Remove last platform specific code form thread.cpp A somewhat tricky function pointer cast allows us to move the platform specifics to lock.h, the cast is tricky because return type is not the same of the casted function in Linux (for Windows return type is a DWORD that is a long) but this should not be a problem as long as the size is the same; From: http://stackoverflow.com/questions/188839/function-pointer-cast-to-different-signature "OpenSSL was only casting functions pointers to other function types taking and returning the same number of values of the same exact sizes, and this (assuming you're not dealing with floating-point) happens to be safe across all the platforms and calling conventions I know of. However, anything else is potentially unsafe." No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
Copyright 2011–2025 Next Chess Move LLC