[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:49 PST 2026


================
@@ -518,6 +518,24 @@ add_fp_unittest(
     -lpthread
 )
 
+add_fp_unittest(
+  asinpif_test
+  NO_RUN_POSTBUILD
+  NEED_MPFR
+  SUITE
+    libc_math_exhaustive_tests
+  SRCS
+    asinpif_test.cpp
+  DEPENDS
+    .exhaustive_test
+    libc.src.math.asinpif
+    libc.src.__support.FPUtil.fp_bits
+  LINK_LIBRARIES
+    -lpthread
+)
+
+
+
 add_fp_unittest(
----------------
bassiounix wrote:

```suggestion
)

add_fp_unittest(
```

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


More information about the libc-commits mailing list