bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/28096] parseFloat and parseDouble faulty on small numbers


From: h dot mth at web dot de
Subject: [Bug classpath/28096] parseFloat and parseDouble faulty on small numbers.
Date: 31 Aug 2006 11:30:00 -0000


------- Comment #5 from h dot mth at web dot de  2006-08-31 11:29 -------
I had the same results as Jan on x86/pentium4. See:
http://gcc.gnu.org/ml/java/2006-08/msg00127.html

I rebuilt gcj (20060826) with the sse instruction set (-msse2 -mfpmath=sse) and
this is my result now:

$ gij j
Double.MIN_VALUE = 5.0E-324
Float.MIN_VALUE = 1.4012985E-45
String Double.MIN_VALUE = 5.0E-324
String Float.MIN_VALUE = 1.4012985E-45


-- 

h dot mth at web dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |h dot mth at web dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28096





reply via email to

[Prev in Thread] Current Thread [Next in Thread]