[libc-commits] [PATCH] D142681: [libc][math] Implement asinhf function correctly rounded for all rounding modes.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Jan 27 08:12:50 PST 2023


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

Changed prior to commit:
  https://reviews.llvm.org/D142681?vs=492616&id=492762#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142681

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/asinhf.h
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/asinhf.cpp
  libc/src/math/generic/explogxf.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/asinhf_test.cpp
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/exhaustive/asinhf_test.cpp
  libc/test/src/math/exhaustive/exhaustive_test.cpp
  libc/utils/MPFRWrapper/MPFRUtils.cpp
  libc/utils/MPFRWrapper/MPFRUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142681.492762.patch
Type: text/x-patch
Size: 21823 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230127/5f766e25/attachment-0001.bin>


More information about the libc-commits mailing list