[libc-commits] [libc] [libc][complex] Add cargf and carg functions to libc complex math (PR #204087)

via libc-commits libc-commits at lists.llvm.org
Wed Jun 17 07:51:21 PDT 2026


================
@@ -510,6 +510,8 @@ endif()
 
 set(TARGET_LIBM_ENTRYPOINTS
     # complex.h entrypoints
+    libc.src.complex.carg
----------------
lntue wrote:

Can you also add these entry points to other targets?

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


More information about the libc-commits mailing list