[libc-commits] [PATCH] D142681: [libc][math] Implement asinhf function correctly rounded for all rounding modes.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jan 26 17:42:56 PST 2023
lntue created this revision.
lntue added reviewers: michaelrj, sivachandra, orex, renyichen, zimmermann6, cqlauter.
Herald added subscribers: ecnelises, tschuett.
Herald added projects: libc-project, All.
lntue requested review of this revision.
Implement asinhf function correctly rounded for all rounding modes.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D142681
Files:
libc/config/darwin/arm/entrypoints.txt
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/config/windows/entrypoints.txt
libc/docs/math.rst
libc/spec/stdc.td
libc/src/math/CMakeLists.txt
libc/src/math/asinhf.h
libc/src/math/generic/CMakeLists.txt
libc/src/math/generic/asinhf.cpp
libc/src/math/generic/explogxf.h
libc/test/src/math/CMakeLists.txt
libc/test/src/math/asinhf_test.cpp
libc/test/src/math/exhaustive/CMakeLists.txt
libc/test/src/math/exhaustive/asinhf_test.cpp
libc/test/src/math/exhaustive/exhaustive_test.cpp
libc/utils/MPFRWrapper/MPFRUtils.cpp
libc/utils/MPFRWrapper/MPFRUtils.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142681.492616.patch
Type: text/x-patch
Size: 19522 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230127/b94c32ad/attachment-0001.bin>
More information about the libc-commits
mailing list