[libc-commits] [PATCH] D130780: [libc][math] Added tanhf function.

Kirill Okhotnikov via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Aug 1 13:43:20 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG5ef987c9852c: [libc][math] Added tanhf function. (authored by orex).

Changed prior to commit:
  https://reviews.llvm.org/D130780?vs=448630&id=449113#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130780

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/generic/CMakeLists.txt
  libc/src/math/generic/tanhf.cpp
  libc/src/math/tanhf.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/exhaustive/tanhf_test.cpp
  libc/test/src/math/tanhf_test.cpp
  libc/utils/MPFRWrapper/MPFRUtils.cpp
  libc/utils/MPFRWrapper/MPFRUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130780.449113.patch
Type: text/x-patch
Size: 13560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220801/8914a9bf/attachment-0001.bin>


More information about the libc-commits mailing list