]> git.sesse.net Git - stockfish/commitdiff
Retire BitCount8Bit[] table
authorMarco Costalba <mcostalba@gmail.com>
Sat, 13 Oct 2012 12:21:27 +0000 (14:21 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 13 Oct 2012 12:24:01 +0000 (14:24 +0200)
Use popcount() instead in the only calling place.
It is used only at initialization so there is no
speed regression and anyhow even initialization
itself is not slowed down: magic bitboard setup
stays around 175 msec on my slow 32bit Core Duo.

No functional change.


No differences found