[MLton-commit] r7467
Matthew Fluet
fluet at mlton.org
Mon May 24 13:50:50 PDT 2010
Excess precision on x86-cygwin.
----------------------------------------------------------------------
A mlton/trunk/regression/real-basic.x86-cygwin.ok
----------------------------------------------------------------------
Added: mlton/trunk/regression/real-basic.x86-cygwin.ok
===================================================================
--- mlton/trunk/regression/real-basic.x86-cygwin.ok 2010-05-20 17:58:09 UTC (rev 7466)
+++ mlton/trunk/regression/real-basic.x86-cygwin.ok 2010-05-24 20:50:49 UTC (rev 7467)
@@ -0,0 +1,32 @@
+Real32
+ Reported
+ precision: 24
+ max exponent: 128
+ min exponent: ~125
+ min denormal: ~148
+ Actual
+ precision: 64
+ max exponent: 128
+ min exponent: ~149
+ min denormal: ~149
+ Exported
+ precision: 24
+ max exponent: 128
+ min exponent: ~149
+ min denormal: ~149
+Real64
+ Reported
+ precision: 53
+ max exponent: 1024
+ min exponent: ~1021
+ min denormal: ~1073
+ Actual
+ precision: 64
+ max exponent: 1024
+ min exponent: ~1074
+ min denormal: ~1074
+ Exported
+ precision: 53
+ max exponent: 1024
+ min exponent: ~1074
+ min denormal: ~1074
More information about the MLton-commit
mailing list