[MLton-commit] r7301
Wesley Terpstra
wesley at mlton.org
Wed Oct 21 02:51:38 PDT 2009
Finally tracked down the last floating point bug in s390!
Doubles must be aligned.
----------------------------------------------------------------------
U mlton/trunk/mlton/main/main.fun
----------------------------------------------------------------------
Modified: mlton/trunk/mlton/main/main.fun
===================================================================
--- mlton/trunk/mlton/main/main.fun 2009-10-20 22:13:18 UTC (rev 7300)
+++ mlton/trunk/mlton/main/main.fun 2009-10-21 09:51:37 UTC (rev 7301)
@@ -174,6 +174,7 @@
| HPPA => true
| IA64 => true
| Sparc => true
+ | S390 => true
| _ => false
end
More information about the MLton-commit
mailing list