Skip to main content

reduce_popcount

Function reduce_popcount 

Source
pub fn reduce_popcount<T: SimdOps>(data: &[T]) -> usize
Expand description

Computes the horizontal sum of population counts of all elements using runtime-dispatched SIMD.