[libc-commits] [PATCH] D158551: [libc][math] Implement double precision exp function correctly rounded for all rounding modes.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Aug 24 07:17:38 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG434bf1608445: [libc][math] Implement double precision exp function correctly rounded for all… (authored by lntue).
Changed prior to commit:
https://reviews.llvm.org/D158551?vs=552512&id=553119#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158551/new/
https://reviews.llvm.org/D158551
Files:
libc/config/darwin/arm/entrypoints.txt
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/riscv64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/config/windows/entrypoints.txt
libc/docs/math/index.rst
libc/spec/stdc.td
libc/src/__support/FPUtil/PolyEval.h
libc/src/__support/FPUtil/double_double.h
libc/src/__support/FPUtil/dyadic_float.h
libc/src/__support/FPUtil/multiply_add.h
libc/src/math/CMakeLists.txt
libc/src/math/exp.h
libc/src/math/generic/CMakeLists.txt
libc/src/math/generic/exp.cpp
libc/test/src/math/CMakeLists.txt
libc/test/src/math/exp_test.cpp
libc/test/src/math/log10_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158551.553119.patch
Type: text/x-patch
Size: 47958 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230824/192572e7/attachment-0001.bin>
More information about the libc-commits
mailing list