[libc-commits] [libc] [libc][math][c23] Add acospif16() function (PR #134664)
via libc-commits
libc-commits at lists.llvm.org
Fri Apr 11 18:20:17 PDT 2025
amemov wrote:
I implemented a workaround for older versions of MPFR. Right now the acospif16 fails with some values that approach `-1`
Not exactly sure where I messed up - with polynomials in `acospif16.cpp` or with rounding in `MPCommon.cpp` workaround that I wrote
https://github.com/llvm/llvm-project/pull/134664
More information about the libc-commits
mailing list