[libc-commits] [libc] [libc][complex] Enable cabs and cabsf in libc (PR #206677)
Victor Campos via libc-commits
libc-commits at lists.llvm.org
Tue Jun 30 06:36:10 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
----------------
vhscampos wrote:
Same
https://github.com/llvm/llvm-project/pull/206677
More information about the libc-commits
mailing list