]> git.sesse.net Git - stockfish/commitdiff
Clarify when forcing the moves loop
authorMarco Costalba <mcostalba@gmail.com>
Mon, 8 Dec 2014 08:46:21 +0000 (09:46 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Wed, 10 Dec 2014 11:35:21 +0000 (12:35 +0100)
In some cases we want to go direcly to the moves loop
without checking for early return. The patch make this
logic more clear and consistent.

Tested for no regression, passed STC
LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 25282 W: 5136 L: 5022 D: 15124

and LTC
LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 72007 W: 12133 L: 12095 D: 47779

bench: 9316798


No differences found