Hi Support Team -
What is the most efficient way of counting the leading zeros of a 32-bit integer? I am looking for something similar to the ARM CLZ instruction for C-callable assembly.
<http://www.keil.com/support/man/docs/armasm/armasm_dom1361289868426.htm>
Thanks!