[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
Thu Jul 14 07:49:23 PDT 2022
lntue updated this revision to Diff 444660.
lntue added a comment.
Improve the performance with round to nearest integer instructions. The parts
adding nearest_integer.h are refactored to https://reviews.llvm.org/D129776.
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/aarch64/nearest_integer.h
libc/src/__support/FPUtil/except_value_utils.h
libc/src/__support/FPUtil/nearest_integer.h
libc/src/__support/FPUtil/x86_64/nearest_integer.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.444660.patch
Type: text/x-patch
Size: 42587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220714/145d7972/attachment-0001.bin>
More information about the libc-commits
mailing list