[libc-commits] [libc] [libc][math][c23] Add acospif16() function (PR #132754)
via libc-commits
libc-commits at lists.llvm.org
Wed Apr 2 08:01:55 PDT 2025
lntue wrote:
> @amemov Are you still working on this? The CI build failed due to this error:
>
> ```
> /var/lib/buildkite-agent/builds/linux-56-59b8f5d88-clshd-1/llvm-project/github-pull-requests/libc/utils/MPFRWrapper/MPCommon.cpp:75:3: error: use of undeclared identifier 'mpfr_acospi'
> ```
>
> I assume this is once again due to the CI using an older version of MPFR. @lntue
We need to add a workaround for older versions of MPFR then. At least it is quite straightforward for `acospi`.
https://github.com/llvm/llvm-project/pull/132754
More information about the libc-commits
mailing list