[libc-commits] [libc] [llvm] [libc][math][c23] implement C23 `acospif` math function (PR #183661)
via libc-commits
libc-commits at lists.llvm.org
Thu Feb 26 21:34:17 PST 2026
================
@@ -3979,6 +3985,18 @@ add_entrypoint_object(
libc.src.errno.errno
)
+add_entrypoint_object(
+ acospif
+ SRCS
+ acospif.cpp
+ HDRS
+ ../acospif.h
+ DEPENDS
+ libc.src.__support.math.acospif
+)
+
+
+
----------------
lntue wrote:
nit: too many empty lines
https://github.com/llvm/llvm-project/pull/183661
More information about the libc-commits
mailing list