Function core::intrinsics::simd::simd_ctpop

source ·
pub unsafe extern "rust-intrinsic" fn simd_ctpop<T>(x: T) -> T
🔬This is a nightly-only experimental API. (core_intrinsics)
Expand description

Count the number of ones in each element.

T must be a vector of integers.