This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients donovick, eric.fahlgren, juraj.sukop, mark.dickinson, nschloe, pitrou, python-dev, serhiy.storchaka, skrah, steven.daprano, vstinner
Date 2020-01-13.14:11:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578924665.16.0.872318524022.issue29282@roundup.psfhosted.org>
In-reply-to
Content
I converted https://hg.python.org/cpython/rev/b33012ef1417 written by Mark Dickinson into a GitHub PR: PR 17987. I still expect tests failures. I plan to use the PR as a starting point to implement math.fma(). If tests continue to fail on some platforms, I plan to manually handle NaN and INF in the C code, before calling libc fma().
History
Date User Action Args
2020-01-13 14:11:05vstinnersetrecipients: + vstinner, mark.dickinson, pitrou, steven.daprano, skrah, nschloe, python-dev, serhiy.storchaka, eric.fahlgren, juraj.sukop, donovick
2020-01-13 14:11:05vstinnersetmessageid: <1578924665.16.0.872318524022.issue29282@roundup.psfhosted.org>
2020-01-13 14:11:05vstinnerlinkissue29282 messages
2020-01-13 14:11:04vstinnercreate