[libc-commits] [PATCH] D130901: [libc] Implement sincosf function correctly rounded to all rounding modes.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Aug 1 23:12:30 PDT 2022


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

Add performance numbers.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130901

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/cosf.cpp
  libc/src/math/generic/sincosf.cpp
  libc/src/math/generic/sincosf_data.cpp
  libc/src/math/generic/sincosf_utils.h
  libc/src/math/generic/sinf.cpp
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/exhaustive/sincosf_test.cpp
  libc/test/src/math/sincosf_test.cpp
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130901.449190.patch
Type: text/x-patch
Size: 48538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220802/9a05d726/attachment-0001.bin>


More information about the libc-commits mailing list