[libc-commits] [libc] [libc] implement stdc_leading_zeros_u* for stdbit.h (PR #79669)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Mon Jan 29 10:55:56 PST 2024
================
@@ -15,6 +15,7 @@ set(TARGET_PUBLIC_HEADERS
libc.include.signal
libc.include.spawn
libc.include.setjmp
+ libc.include.stdbit
----------------
nickdesaulniers wrote:
I will add this in a follow up PR. I don't want to revert all of this if any is broken on one architecture since those will be tested in postsubmit.
https://github.com/llvm/llvm-project/pull/79669
More information about the libc-commits
mailing list