[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] We need a solution for cross-platform bit-identical floating point. (#315)

Nicolas Cellier notifications at github.com
Tue Dec 4 21:34:20 UTC 2018


mpfr is multiple precision (arbitrary precision if you prefer), and not specially optimized for IEEE 754 double precision. IMO it's too much for FloatMathPlugin.

CRLIBM (correctly rounded mathematical library) could be a good modern alternative to fdlibm.
CRLIBM is also LGPL and also from INRIA
For documentation, see:
https://hal-ens-lyon.archives-ouvertes.fr/ensl-01529804/file/crlibm.pdf

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/315#issuecomment-444267089
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20181204/08cafd8e/attachment.html>


More information about the Vm-dev mailing list