Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 556 Bytes

clz.adoc

File metadata and controls

37 lines (21 loc) · 556 Bytes

clz

Returns the number of leading 0-bits in x.

gentype clz(gentype x)

Description

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.