]> git.sesse.net Git - stockfish/commitdiff
Re-arrange history update code
authorMarco Costalba <mcostalba@gmail.com>
Sun, 15 Mar 2015 09:05:57 +0000 (10:05 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 16 Mar 2015 14:14:09 +0000 (15:14 +0100)
Unify the quites moves loop for both cases,
the compiler optimizes away the

 if (is_ok((ss-1)->currentMove))

inside loop, so that the result is same
speed as original.

No functional change.


No differences found