summaryrefslogtreecommitdiff
path: root/libc/test/src/stdbit/stdc_first_trailing_one_us_test.cpp
AgeCommit message (Collapse)Author
2025-03-08[libc] `first_trailing_one(0)` should be `0`. (#130155)Connector Switch
Fix this minor bug. See more context at #129892.
2025-02-11[libc][test][stdbit] fix -Wimplicit-int-conversion (#126616)Nick Desaulniers
When cross compiling the libc-stdbit-tests, the existing tests trigger numerous instances of -Wimplicit-int-conversion. The truncation of these implicit promotions is intentional.
2024-02-14[libc][stdbit] implement stdc_first_trailing_one (C23) (#81768)Nick Desaulniers