pub fn reduce_popcount<T: SimdOps>(data: &[T]) -> usize
Computes the horizontal sum of population counts of all elements using runtime-dispatched SIMD.