[libc-commits] [PATCH] D123440: [libc] Make expm1f correctly rounded when the targets have no FMA instructions.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Apr 11 10:53:18 PDT 2022
lntue updated this revision to Diff 421971.
lntue added a comment.
Add exhaustive tests for non-FMA targets.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123440/new/
https://reviews.llvm.org/D123440
Files:
libc/src/math/generic/expm1f.cpp
libc/test/src/math/CMakeLists.txt
libc/test/src/math/exhaustive/CMakeLists.txt
libc/test/src/math/exhaustive/expm1f_no_fma_test.cpp
libc/test/src/math/exhaustive/expm1f_test.cpp
libc/test/src/math/expm1f_no_fma_test.cpp
libc/test/src/math/expm1f_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123440.421971.patch
Type: text/x-patch
Size: 14132 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220411/5fb5f223/attachment.bin>
More information about the libc-commits
mailing list