X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=be6e360af337c5b4e527b99c67a58fc40ee8d659;hp=55bf52b29cd28e7db664c3c47b432d9a44fd86b3;hb=ef0496ff4095330eaea4b33bb14e0386942fd093;hpb=96f4ab48d8b2e3129a2d028f7739f12db2200667 diff --git a/src/search.cpp b/src/search.cpp index 55bf52b2..be6e360a 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1052,6 +1052,7 @@ split_point_start: // At split points actual search starts from here // Step 19. Check for split if ( !SpNode && depth >= Threads.min_split_depth() + && depth - reduction(depth, moveCount) >= Threads.min_split_depth() && bestValue < beta && Threads.available_slave_exists(thisThread) && !Signals.stop