Skip to main content

popcount_avx512

Function popcount_avx512 

Source
pub unsafe fn popcount_avx512(data: &[u64]) -> u64
Expand description

Count set bits in 64-bit words using AVX-512 VPOPCNTDQ.

ยงSafety

Caller must ensure the current CPU supports avx512f and avx512vpopcntdq.