Function vec_popcnt

#[target_feature(enable = "vector")]
pub unsafe fn vec_popcnt<T: CountBits>(a: T) -> T::Result

Vector Population Count

Computes the population count (number of set bits) in each element of the input.