CLZ1

software implementation of CLZ32 because I don't know assembly courtesy of https://embeddedgurus.com/state-space/2014/09/fast-deterministic-and-portable-counting-leading-zeros/

pragma(inline)
uint
CLZ1
(
uint x
)

Meta