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

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Jul 8 12:27:14 PDT 2022


lntue updated this revision to Diff 443322.
lntue added a comment.

Add support for non-FMA targets and simplify large range branch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123154

Files:
  libc/cmake/modules/LLVMLibCObjectRules.cmake
  libc/src/__support/FPUtil/CMakeLists.txt
  libc/src/__support/FPUtil/except_value_utils.h
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/range_reduction.h
  libc/src/math/generic/range_reduction_fma.h
  libc/src/math/generic/sinf.cpp
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/exhaustive/sinf_test.cpp
  libc/test/src/math/sinf_test.cpp
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123154.443322.patch
Type: text/x-patch
Size: 32163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220708/733c7175/attachment-0001.bin>


More information about the libc-commits mailing list