[libc-commits] [PATCH] D118962: [libc] Implement log1pf correctly rounded to all rounding modes.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Feb 3 18:31:36 PST 2022
lntue created this revision.
lntue added reviewers: sivachandra, michaelrj, zimmermann6, cqlauter, santoshn, jpl169.
Herald added subscribers: ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
lntue requested review of this revision.
Implement log1pf correctly rounded to all rounding modes relying on logf implementation for exponent > 2^(-8).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118962
Files:
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/config/windows/entrypoints.txt
libc/spec/stdc.td
libc/src/math/CMakeLists.txt
libc/src/math/generic/CMakeLists.txt
libc/src/math/generic/log1pf.cpp
libc/src/math/log1pf.h
libc/test/src/math/CMakeLists.txt
libc/test/src/math/differential_testing/CMakeLists.txt
libc/test/src/math/differential_testing/log1pf_perf.cpp
libc/test/src/math/exhaustive/CMakeLists.txt
libc/test/src/math/exhaustive/log1pf_test.cpp
libc/test/src/math/log1pf_test.cpp
libc/utils/MPFRWrapper/MPFRUtils.cpp
libc/utils/MPFRWrapper/MPFRUtils.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118962.405852.patch
Type: text/x-patch
Size: 21198 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220204/3d30f4ee/attachment-0001.bin>
More information about the libc-commits
mailing list