[libc-commits] [PATCH] D132811: [libc][math] Added atanhf function.

Kirill Okhotnikov via Phabricator via libc-commits libc-commits at lists.llvm.org
Sun Aug 28 11:06:14 PDT 2022


orex created this revision.
orex added reviewers: lntue, sivachandra, zimmermann6.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
orex requested review of this revision.

Performance by core-math (core-math/glibc 2.31/current llvm-14):
10.845/43.174/13.467

The review is done on top of D132809 <https://reviews.llvm.org/D132809>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132811

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/spec/stdc.td
  libc/src/math/CMakeLists.txt
  libc/src/math/atanhf.h
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/atanhf.cpp
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/atanhf_test.cpp
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/exhaustive/atanhf_test.cpp
  libc/utils/MPFRWrapper/MPFRUtils.cpp
  libc/utils/MPFRWrapper/MPFRUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132811.456203.patch
Type: text/x-patch
Size: 14531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220828/cec8f7db/attachment.bin>


More information about the libc-commits mailing list