Function simd_ctlz

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

Counts the leading zeros of each element.

T must be a vector of integers.