| 1: | func @ctlz = <{T: Type}> (arg: T) -> T; |
Count the number of leading zero bits.
T: type of arguments and output - must be integral or a vector of integral
arg: value to count the number of leading zero bits of
Returns the number of leading zero bits
(TODO)