mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
Large API rename in ThreadsManager
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+2
-2
@@ -1048,8 +1048,8 @@ void Position::do_move(Move m, StateInfo& newSt, const CheckInfo& ci, bool moveI
|
||||
}
|
||||
|
||||
// Prefetch pawn and material hash tables
|
||||
ThreadsMgr[threadID].pawnTable.prefetch(st->pawnKey);
|
||||
ThreadsMgr[threadID].materialTable.prefetch(st->materialKey);
|
||||
Threads[threadID].pawnTable.prefetch(st->pawnKey);
|
||||
Threads[threadID].materialTable.prefetch(st->materialKey);
|
||||
|
||||
// Update incremental scores
|
||||
st->value += pst_delta(piece, from, to);
|
||||
|
||||
Reference in New Issue
Block a user