[libc-commits] [libc] [libc][math][c23] Implemented sinpif function correctly rounded for all rounding modes. (PR #97149)
via libc-commits
libc-commits at lists.llvm.org
Sat Jun 29 23:06:51 PDT 2024
zimmermann6 wrote:
Hendrik you can reproduce with the following command within CORE-MATH:
```
CORE_MATH_CHECK_STD=true LIBM=$L ./check.sh sinpif
```
where L points to libllvmlibc.a (you need MPFR 4.2.0 or later)
https://github.com/llvm/llvm-project/pull/97149
More information about the libc-commits
mailing list