[libc-commits] [libc] [libc] implement stdc_leading_zeros_u* for stdbit.h (PR #79669)

via libc-commits libc-commits at lists.llvm.org
Fri Jan 26 18:35:10 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
+)
----------------
lntue wrote:

Can you add `DEPENDS libc.src.__support.CPP.bit` to these entrypoints?

https://github.com/llvm/llvm-project/pull/79669


More information about the libc-commits mailing list