[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
Tue Apr 5 23:49:53 PDT 2022
lntue updated this revision to Diff 420720.
lntue added a comment.
Simplify the range reduction logic and improve performance for |x| < 2^50.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123154/new/
https://reviews.llvm.org/D123154
Files:
libc/src/math/generic/CMakeLists.txt
libc/src/math/generic/common_constants.cpp
libc/src/math/generic/common_constants.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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123154.420720.patch
Type: text/x-patch
Size: 24707 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220406/7c8ec52b/attachment-0001.bin>
More information about the libc-commits
mailing list