You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, even simple things like fromInteger don't seem to be working. For example,
dolet x ::RoundedAwayFromZero128=fromInteger1print x
prints 2.584942247048919467950081e24. I guess this has something to do with the cmm wrappers, but I'm afraid I don't understand what they're doing or how they work. What can I do to get this working?
The text was updated successfully, but these errors were encountered:
I managed to get the 7.10 branch to compile with GHC 7.10.3 by making it compatible with the new integer-gmp, see here: https://github.com/davidsd/rounded/tree/7.10
However, even simple things like
fromInteger
don't seem to be working. For example,prints
2.584942247048919467950081e24
. I guess this has something to do with the cmm wrappers, but I'm afraid I don't understand what they're doing or how they work. What can I do to get this working?The text was updated successfully, but these errors were encountered: