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.