pub fn popcount_dispatch(data: &[u64]) -> u64
Count set bits in packed u64 words using the best available SIMD path.
u64