]> git.sesse.net Git - stockfish/commitdiff
Compute checkers from scratch
authorlucasart <lucas.braesch@gmail.com>
Sun, 15 Feb 2015 07:49:20 +0000 (15:49 +0800)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 15 Feb 2015 11:11:05 +0000 (12:11 +0100)
This micro-optimization only complicates the code and provides no benefit.
Removing it is even a speedup on my machine (i7-3770k, linux, gcc 4.9.1):

stat        test     master    diff
mean   2,403,118  2,390,904  12,214
stdev     12,043     10,620   3,677

speedup       0.51%
P(speedup>0) 100.0%

No functional change.


No differences found