[libc-commits] [PATCH] D130629: [libc] Change sinf range reduction to mod pi/16 to be shared with cosf.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jul 27 05:34:12 PDT 2022


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

Change sinf range reduction to mod pi/16 to be shared with cosf.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130629

Files:
  libc/docs/math.rst
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/common_constants.cpp
  libc/src/math/generic/common_constants.h
  libc/src/math/generic/range_reduction.h
  libc/src/math/generic/range_reduction_fma.h
  libc/src/math/generic/sinf.cpp
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130629.448011.patch
Type: text/x-patch
Size: 26476 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220727/75fe4042/attachment-0001.bin>


More information about the libc-commits mailing list