[libc-commits] [libc] [libc][complex] Add cargf and carg functions to libc complex math (PR #204087)
Victor Campos via libc-commits
libc-commits at lists.llvm.org
Mon Jun 22 06:05:37 PDT 2026
================
@@ -1,3 +1,28 @@
+add_entrypoint_object(
+ carg
+ SRCS
+ carg.cpp
+ HDRS
+ ../carg.h
+ DEPENDS
+ libc.src.__support.CPP.bit
+ libc.src.__support.complex_type
+ libc.src.__support.math.atan2
+)
+
+add_entrypoint_object(
+ cargf
+ SRCS
+ cargf.cpp
+ HDRS
+ ../cargf.h
+ DEPENDS
+ libc.src.__support.CPP.bit
----------------
vhscampos wrote:
Please add the dependency to common
https://github.com/llvm/llvm-project/pull/204087
More information about the libc-commits
mailing list