[libc-commits] [PATCH] D131715: [libc] Implement tanf function correctly rounded for all rounding modes.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Aug 11 13:30:15 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 tanf function correctly rounded for all rounding modes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D131715

Files:
  libc/config/darwin/arm/entrypoints.txt
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/docs/math.rst
  libc/src/math/CMakeLists.txt
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/sincosf_utils.h
  libc/src/math/generic/tanf.cpp
  libc/src/math/tanf.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/exhaustive/tanf_test.cpp
  libc/test/src/math/tanf_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131715.451966.patch
Type: text/x-patch
Size: 24610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220811/514f7137/attachment-0001.bin>


More information about the libc-commits mailing list