[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 13:14:24 PDT 2022
lntue created this revision.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
lntue requested review of this revision.
Implement sinf function that is correctly rounded to all rounding modes.
Repository:
rG LLVM Github Monorepo
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.420614.patch
Type: text/x-patch
Size: 22786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220405/34cc9b6a/attachment-0001.bin>
More information about the libc-commits
mailing list