pub unsafe fn popcount_avx512(data: &[u64]) -> u64
Count set bits in 64-bit words using AVX-512 VPOPCNTDQ.
Caller must ensure the current CPU supports avx512f and avx512vpopcntdq.
avx512f
avx512vpopcntdq