[libc-commits] [PATCH] D130644: [libc] Implement cosf function that is correctly rounded to all rounding modes.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jul 27 09:25:18 PDT 2022


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

Implement cosf function that is correctly rounded to all rounding
modes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130644

Files:
  libc/docs/math.rst
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/cosf.cpp
  libc/test/src/math/cosf_test.cpp
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/exhaustive/cosf_test.cpp
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130644.448073.patch
Type: text/x-patch
Size: 19304 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220727/58bda2e1/attachment-0001.bin>


More information about the libc-commits mailing list