* Count leading zeros using Cortex-M CLZ instruction. * Returns 32 if input is 0. * * Note: __builtin_clz has undefined behavior for 0, but ARM CLZ * instruction correctly returns 32. Use inline asm for correctness. */
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected