Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove popcount16() (official-stockfish#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.
- Loading branch information