[Python-ideas] Fused multiply-add (FMA)

Xavier Combelle xavier.combelle at gmail.com
Tue Jan 17 10:04:29 EST 2017


> Generally speaking, there are two reasons why people may *not* want an
> FMA operation.
> 1. They need their results to be reproducible across
> compilers/platforms. (the most common reason)
>
The reproducibility of floating point calculation is very hard to reach 
a good survey of the problem is
https://randomascii.wordpress.com/2013/07/16/floating-point-determinism/
it mention the fma problem but it only a part of a biggest picture
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20170117/31a6e8ac/attachment.html>


More information about the Python-ideas mailing list