| |||
Home > Compiler-specific Features > Instruction intrinsics > __clz |
This intrinsic inserts a CLZ
instruction or an equivalent code
sequence into the instruction stream generated by the compiler.
It enables you to count the number of leading zeros of a data value
in your C or C++ code.
CLZ in the Assembler Guide.