mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Revert "Check for an available slave early on"
This reverts commit ce1c260ea9.
This commit is contained in:
@@ -978,8 +978,8 @@ moves_loop: // When in check and at SpNode search starts from here
|
||||
|
||||
// Step 19. Check for splitting the search
|
||||
if ( !SpNode
|
||||
&& Threads.size() >= 2
|
||||
&& depth >= Threads.minimumSplitDepth
|
||||
&& Threads.available_slave(thisThread)
|
||||
&& ( !thisThread->activeSplitPoint
|
||||
|| !thisThread->activeSplitPoint->allSlavesSearching)
|
||||
&& thisThread->splitPointsSize < MAX_SPLITPOINTS_PER_THREAD)
|
||||
|
||||
Reference in New Issue
Block a user