mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
Small reformat of split()
No functional chhange. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+2
-1
@@ -1008,7 +1008,8 @@ split_point_start: // At split points actual search starts from here
|
||||
// Step 19. Check for splitting the search
|
||||
if ( !SpNode
|
||||
&& depth >= Threads.minimumSplitDepth
|
||||
&& Threads.slave_available(thisThread))
|
||||
&& Threads.slave_available(thisThread)
|
||||
&& thisThread->splitPointsSize < MAX_SPLITPOINTS_PER_THREAD)
|
||||
{
|
||||
assert(bestValue < beta);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user