[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
Fri Apr 8 21:08:21 PDT 2022
lntue created this revision.
lntue added reviewers: michaelrj, sivachandra.
Herald added subscribers: ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
lntue requested review of this revision.
Add another exceptional value and fix the case when |x| is small.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D123440
Files:
libc/src/math/generic/expm1f.cpp
libc/test/src/math/exhaustive/CMakeLists.txt
libc/test/src/math/exhaustive/expm1f_test.cpp
libc/test/src/math/expm1f_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123440.421681.patch
Type: text/x-patch
Size: 6947 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220409/089f259b/attachment-0001.bin>
More information about the libc-commits
mailing list