summaryrefslogtreecommitdiff
path: root/libc/test/src/stdbit/stdc_leading_ones_ui_test.cpp
AgeCommit message (Collapse)Author
2024-02-01[libc][stdbit] fix return types (#80337)Nick Desaulniers
All of the functions I've previously implemented return an unsigned int; not the parameter type.
2024-02-01[libc] implement stdc_leading_ones (C23) (#80082)Nick Desaulniers