Dev Builds » 20161014-0658

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 16e1881126f939383ceaaa3ec45163e760353b26
Author Jacques
Date 2016-10-14 06:58:07 UTC
Fixes for ARM compilation: take 2 The target: Odroid U3 (http://www.hardkernel.com/main/products/prdt_info.php?g_code=g138745696275) Debian Jessie As listed in #550 and #638 three modifications are needed for compilation to work: float-abi flag for GCC If an FPU is present and supported by the installed os then passed value need to be hard. I didn't find any better solution than using readelf to check for the availibilty of Tag_ABI_VFP_args which sould indicate support for the FPU. The check is only done if the arch is arm and if readelf is not present on the system, there will be an error (/bin/sh: 1: readelf: not found) but it will not break and will continue with the default softfp value. Outputing the error is not really acceptable but I wanted some feedback on the check itself. -lpthread is needed on armv7 outside of Android I replaced UNAME with KERNEL and OS to allow to differentiate Android. m32 flag My understanding is that outside of Android the flag is generating errors on armv7. These modifications should introduce change only for non Android armv7 build. No functional change.
Copyright 2011–2024 Next Chess Move LLC