[libc-commits] [libc] [llvm] [libc][math][c23] implement `asinpif` function (PR #181511)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Sat Feb 14 15:19:48 PST 2026
================
@@ -4114,6 +4180,17 @@ add_entrypoint_object(
libc.src.__support.math.asinhf16
)
+add_entrypoint_object(
+ asinpif
+ SRCS
+ asinpif.cpp
+ HDRS
+ ../asinpif.h
+ DEPENDS
+ libc.src.__support.math.asinpif
+)
+
+
----------------
bassiounix wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/181511
More information about the libc-commits
mailing list