[issue29282] Fused multiply-add: proposal to add math.fma()

STINNER Victor report at bugs.python.org
Mon Jan 13 09:11:05 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

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().

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29282>
_______________________________________


More information about the Python-bugs-list mailing list