[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:39 PDT 2026
================
@@ -1,5 +1,27 @@
add_custom_target(libc-complex-unittests)
+add_fp_unittest(
+ carg_test
+ NEED_MPC
+ SUITE
+ libc-complex-unittests
+ SRCS
+ carg_test.cpp
+ DEPENDS
+ libc.src.complex.carg
+)
+
+add_fp_unittest(
----------------
vhscampos wrote:
Ditto
https://github.com/llvm/llvm-project/pull/204087
More information about the libc-commits
mailing list