mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 11:36:51 +08:00
Restore lambda and gradient function post-merge and minor fixes.
bench: 3788313
This commit is contained in:
@@ -1013,6 +1013,7 @@ void Position::do_null_move(StateInfo& newSt) {
|
||||
{
|
||||
st->key ^= Zobrist::enpassant[file_of(st->epSquare)];
|
||||
st->epSquare = SQ_NONE;
|
||||
st->accumulator.computed_accumulation = false;
|
||||
}
|
||||
|
||||
st->key ^= Zobrist::side;
|
||||
|
||||
Reference in New Issue
Block a user