[all-commits] [llvm/llvm-project] 6a85f7: Revert "[libc][math][c23] Implement C23 math funct...

OverMighty via All-commits all-commits at lists.llvm.org
Sat Jul 26 05:40:04 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6a85f7cef384a8f4682e4091f34759602d715ed4
      https://github.com/llvm/llvm-project/commit/6a85f7cef384a8f4682e4091f34759602d715ed4
  Author: OverMighty <its.overmighty at gmail.com>
  Date:   2025-07-26 (Sat, 26 Jul 2025)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/docs/headers/math/index.rst
    M libc/include/math.yaml
    M libc/src/math/CMakeLists.txt
    R libc/src/math/asinpif16.h
    M libc/src/math/generic/CMakeLists.txt
    R libc/src/math/generic/asinpif16.cpp
    M libc/test/src/math/CMakeLists.txt
    R libc/test/src/math/asinpif16_test.cpp
    M libc/test/src/math/smoke/CMakeLists.txt
    R libc/test/src/math/smoke/asinpif16_test.cpp
    M libc/utils/MPFRWrapper/MPCommon.cpp
    M libc/utils/MPFRWrapper/MPCommon.h
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.h

  Log Message:
  -----------
  Revert "[libc][math][c23] Implement C23 math function asinpif16" (#150756)

Reverts llvm/llvm-project#146226

The MPFR test uses `mpfr_asinpi` which requires MPFR 4.2.0 or later, but
the Buildbots are running an older version of MPFR.

See https://lab.llvm.org/buildbot/#/builders/104/builds/27743 for
example.

I said I was going to revert the PR until we have a workaround for older
versions of MPFR, but then I forgot and I just disabled the entrypoints
which doesn't fix the Buildbot builds.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list