[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:19 PDT 2025
================
@@ -2267,6 +2267,17 @@ add_fp_unittest(
libc.src.math.asinf16
)
+add_fp_unittest(
+ asinpif16_test
+ NEED_MPFR
+ SUITE
+ libc-math-unittests
+ SRCS
+ asinpif16_test.cpp
+ DEPENDS
+ libc.src.math.asinpif16
----------------
overmighty wrote:
Nit: indentation and trailing spaces. You seemingly copied the latter from `asinf16_test` above. I wish GitHub showed trailing spaces or we had a CMake formatter.
```suggestion
DEPENDS
libc.src.math.asinpif16
```
https://github.com/llvm/llvm-project/pull/146226
More information about the libc-commits
mailing list