[libc-commits] [libc] [libc][complex] Enable cabs and cabsf in libc (PR #206677)
via libc-commits
libc-commits at lists.llvm.org
Wed Jul 1 00:56:39 PDT 2026
================
@@ -1,3 +1,29 @@
+add_entrypoint_object(
+ cabs
+ SRCS
+ cabs.cpp
+ HDRS
+ ../cabs.h
+ DEPENDS
+ libc.src.__support.CPP.bit
+ libc.src.__support.common
+ libc.src.__support.complex_type
+ libc.src.__support.math.hypot
+)
+
+add_entrypoint_object(
+ cabsf
+ SRCS
+ cabsf.cpp
+ HDRS
+ ../cabsf.h
+ DEPENDS
+ libc.src.__support.CPP.bit
+ libc.src.__support.common
----------------
jinge90 wrote:
Done.
Thanks very much.
https://github.com/llvm/llvm-project/pull/206677
More information about the libc-commits
mailing list