]> git.sesse.net Git - stockfish/commitdiff
Fix LazySMP when searching to a fixed depth.
authorjoergoster <osterj165@googlemail.com>
Sat, 30 Apr 2016 08:56:00 +0000 (10:56 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 1 May 2016 12:30:50 +0000 (14:30 +0200)
Currently, helper threads will only search up to the
specified depth limit. Now let them search until the
main thread has finished the specified depth.

On the other hand, we don't want to pick a thread with
a higher search depth.

This may be considered cheating. ;-)

No functional change.


No differences found