Merge commit '5752529cabb3270e055147709ff0847e4d59ec22' into cluster

This is the last commit before there are more conflicts.
This commit is contained in:
Steinar H. Gunderson
2025-12-25 15:27:42 +01:00
8 changed files with 72 additions and 118 deletions
-1
View File
@@ -259,7 +259,6 @@ class Worker {
bool is_mainthread() const { return threadIdx == 0; }
// Public because they need to be updatable by the stats
CounterMoveHistory counterMoves;
ButterflyHistory mainHistory;
CapturePieceToHistory captureHistory;
ContinuationHistory continuationHistory[2][2];