[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:31:42 PST 2024
================
@@ -0,0 +1,39 @@
+add_entrypoint_object(
+ stdc_leading_zeros_uc
+ SRCS
+ stdc_leading_zeros_uc.cpp
+ HDRS
+ stdc_leading_zeros_uc.h
+)
----------------
nickdesaulniers wrote:
fixed in 7a898f3330e5, good catch (I'll get the hang of this)
https://github.com/llvm/llvm-project/pull/79669
More information about the libc-commits
mailing list