pub unsafe extern "rust-intrinsic" fn simd_ctlz<T>(x: T) -> T🔬This is a nightly-only experimental API. (
core_intrinsics)Expand description
Counts the leading zeros of each element.
T must be a vector of integers.
pub unsafe extern "rust-intrinsic" fn simd_ctlz<T>(x: T) -> Tcore_intrinsics)Counts the leading zeros of each element.
T must be a vector of integers.