Function simd_cttz
unsafe const fn simd_cttz<T>(x: T) -> T
Counts the trailing zeros of each element.
T must be a vector of integers.
simd_cttzunsafe const fn simd_cttz<T>(x: T) -> T
Counts the trailing zeros of each element.
T must be a vector of integers.