[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 22 06:57:26 PDT 2022


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

Update comments and fix bazel builds.


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/docs/math.rst
  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.446816.patch
Type: text/x-patch
Size: 37865 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220722/e8fd5f53/attachment-0001.bin>


More information about the libc-commits mailing list