Skip to main content

popcount_avx2

Function popcount_avx2 

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

Count set bits in 64-bit words using AVX2.

ยงSafety

Caller must ensure the current CPU supports avx2.