Returns the number of leading 0-bits in x
.
gentype clz(gentype x)
clz
returns the number of leading 0-bits in x
, starting at the most significant bit position.
If x
is 0, returns the size in bits of the type of x
or component type of x
, if x
is a vector.