Unverified Commit 0f6f5bfe authored by Nick Desaulniers's avatar Nick Desaulniers Committed by GitHub
Browse files

[libc][__support][bit] simplify FLZ (#81678)

`countl_zero(~x)` *is* `countl_one(x)`
parent 4efbf524
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment