X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=087ed3820fd217fd0af42eed4fdf62545d0df5ff;hb=ef38046e734490499e4b6254dbf4fc434bf37fc9;hp=79c6e43fbfef370367f37ca5bbd75ee53c2f39f2;hpb=d703d2b5e760edf4d34b6664f2d0552ffe424b12;p=stockfish diff --git a/src/thread.h b/src/thread.h index 79c6e43f..087ed382 100644 --- a/src/thread.h +++ b/src/thread.h @@ -60,7 +60,7 @@ public: Pawns::Table pawnsTable; Material::Table materialTable; - size_t pvIdx, pvLast, shuffleExts; + size_t pvIdx, pvLast; int selDepth, nmpMinPly; Color nmpColor; std::atomic nodes, tbHits, bestMoveChanges; @@ -71,7 +71,7 @@ public: CounterMoveHistory counterMoves; ButterflyHistory mainHistory; CapturePieceToHistory captureHistory; - ContinuationHistory continuationHistory; + ContinuationHistory continuationHistory[2][2]; Score contempt; };