CLZ1

software implementation of CLZ32 because I don't know assembly nor care to lock DMildew to a specific CPU courtesy of https://embeddedgurus.com/state-space/2014/09/fast-deterministic-and-portable-counting-leading-zeros/

pragma(inline, true)
uint
CLZ1
(
uint x
)

Meta