[libc-commits] [libc] [libc][math][c23] implement C23 math function asinpif16 (PR #146226)

via libc-commits libc-commits at lists.llvm.org
Wed Jul 9 18:49:17 PDT 2025


================
@@ -3982,6 +3982,19 @@ add_fp_unittest(
     libc.src.math.asinhf16
 )
 
+add_fp_unittest(
+  asinpif16_test
+  NEED_MPFR
+  SUITE
+    libc-math-unittests
+  SRCS
+    asinpif16_test.cpp
+  DEPENDS
+  libc.src.math.fabs
+  libc.src.math.asinpif16  
+  libc.src.__support.FPUtil.fp_bits
----------------
overmighty wrote:

Nit: indentation.

```suggestion
  DEPENDS
    libc.src.math.fabs
    libc.src.math.asinpif16  
    libc.src.__support.FPUtil.fp_bits
```

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


More information about the libc-commits mailing list