pub unsafe fn popcount_avx2(data: &[u64]) -> u64
Count set bits in 64-bit words using AVX2.
Caller must ensure the current CPU supports avx2.
avx2