[libc-commits] [PATCH] D142781: [libc][math] Implement acoshf function correctly rounded to all rounding modes.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Feb 1 08:35:31 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG9b30f6b6d76f: [libc][math] Implement acoshf function correctly rounded to all rounding modes. (authored by lntue).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142781/new/

https://reviews.llvm.org/D142781

Files:
  libc/config/darwin/arm/entrypoints.txt
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/config/windows/entrypoints.txt
  libc/docs/math.rst
  libc/spec/stdc.td
  libc/src/math/CMakeLists.txt
  libc/src/math/acoshf.h
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/acoshf.cpp
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/acoshf_test.cpp
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/exhaustive/acoshf_test.cpp
  libc/utils/MPFRWrapper/MPFRUtils.cpp
  libc/utils/MPFRWrapper/MPFRUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142781.493970.patch
Type: text/x-patch
Size: 15845 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230201/62ff3672/attachment-0001.bin>


More information about the libc-commits mailing list