[libc-commits] [PATCH] D129275: [libc][math] Added coshf function.

Kirill Okhotnikov via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jul 7 04:14:29 PDT 2022


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

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129275

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/__support/FPUtil/FPBits.h
  libc/src/math/CMakeLists.txt
  libc/src/math/coshf.h
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/coshf.cpp
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/coshf_test.cpp
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/exhaustive/coshf_test.cpp
  libc/utils/MPFRWrapper/MPFRUtils.cpp
  libc/utils/MPFRWrapper/MPFRUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129275.442859.patch
Type: text/x-patch
Size: 14458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220707/bdf8e4f4/attachment-0001.bin>


More information about the libc-commits mailing list