Function simd_ctpop

unsafe const fn simd_ctpop<T>(x: T) -> T

Counts the number of ones in each element.

T must be a vector of integers.