[libc-commits] [PATCH] D133550: [libc][math] Implement acosf function correctly rounded for all rounding modes.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Sep 9 06:55:39 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG463dcc8749ed: [libc][math] Implement acosf function correctly rounded for all rounding modes. (authored by lntue).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133550/new/
https://reviews.llvm.org/D133550
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/acosf.h
libc/src/math/generic/CMakeLists.txt
libc/src/math/generic/acosf.cpp
libc/src/math/generic/asinf.cpp
libc/src/math/generic/inv_trigf_utils.h
libc/test/src/math/CMakeLists.txt
libc/test/src/math/acosf_test.cpp
libc/test/src/math/exhaustive/CMakeLists.txt
libc/test/src/math/exhaustive/acosf_test.cpp
libc/test/src/math/exhaustive/asinf_test.cpp
libc/utils/MPFRWrapper/MPFRUtils.cpp
libc/utils/MPFRWrapper/MPFRUtils.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133550.459048.patch
Type: text/x-patch
Size: 24612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220909/d72daf88/attachment-0001.bin>
More information about the libc-commits
mailing list