[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Fixes for 64-bit MSVC minheadless build (#313)

Eliot Miranda notifications at github.com
Mon Dec 3 22:31:21 UTC 2018


Hi Nicolas,  thanks for the reminder.  The problem is indeed that that plugin is written w.r.t. fdlibm which is effectively obsolete.  However there is an alternative.  See first this for a good overview of the issue:
http://christian-seiler.de/projekte/fpmath/
and then this for a widely used solution:
https://www.mpfr.org
This still presents problems; we'd hav e to modify the JIT to generate analogous code to Gnu's MPFR.  But at least we have a reference implementation against which to test.
We should perhaps take this discussion to a new issue.

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/313#issuecomment-443895753
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20181203/be0cb96f/attachment.html>


More information about the Vm-dev mailing list