mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-26 03:56:50 +08:00
Merge remote-tracking branch 'remotes/official/master' into master
Bench: 3597730
This commit is contained in:
@@ -111,7 +111,7 @@ namespace Eval::NNUE {
|
||||
#ifndef NDEBUG
|
||||
bool result =
|
||||
#endif
|
||||
read_parameters(stream);
|
||||
ReadParameters(stream);
|
||||
#ifndef NDEBUG
|
||||
assert(result);
|
||||
#endif
|
||||
@@ -278,7 +278,7 @@ namespace Eval::NNUE {
|
||||
#ifndef NDEBUG
|
||||
bool result =
|
||||
#endif
|
||||
write_parameters(stream);
|
||||
WriteParameters(stream);
|
||||
#ifndef NDEBUG
|
||||
assert(result);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user