[libc-commits] [libc] [llvm] [libc][math][c23] implement C23 `acospif` math function (PR #183661)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Fri Feb 27 06:41:20 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
+)
+
+
+
add_entrypoint_object(
----------------
bassiounix wrote:
```suggestion
)
add_entrypoint_object(
```
https://github.com/llvm/llvm-project/pull/183661
More information about the libc-commits
mailing list