pub const unsafe fn simd_ctlz<T>(x: T) -> T
core_intrinsics
Counts the leading zeros of each element.
T must be a vector of integers.
T