]> git.sesse.net Git - stockfish/commit
Remove popcount16() (#2038)
authorprotonspring <mike@whiteley.org>
Sun, 10 Mar 2019 09:53:39 +0000 (03:53 -0600)
committerMarco Costalba <mcostalba@users.noreply.github.com>
Sun, 10 Mar 2019 09:53:39 +0000 (10:53 +0100)
commitb8efa0daac897e1b8f3efb9ca09ec4151492f1e0
tree0586a605989636d579b0af36d1039ccbdcd0fe80
parentacc47e8b79058a06508fee804aa428820e163b8b
Remove popcount16() (#2038)

This is a non-functional simplification / code-style change.

This popcount16 method does nothing but initialize the PopCnt16 arrays.

This can be done in a single bitset line, which is less lines and more clear. Performance for this code is moot.

No functional change.
src/bitboard.cpp