summaryrefslogtreecommitdiff
path: root/libc/test/src/stdbit/stdc_has_single_bit_us_test.cpp
AgeCommit message (Collapse)Author
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-03-04[libc][test][stdbit] fix has_single_bit test names (#83904)Nick Desaulniers
This was copy+pasted from count_ones without updating the test name completely.
2024-02-27[libc][stdbit] implement stdc_has_single_bit (C23) (#83168)Nick Desaulniers