Don't optimize by hand.

Andrew Haley aph@redhat.com
Fri Jan 26 08:46:00 GMT 2001


David Pettersson writes:
 > 
 > Sorry for my ignorance, but how do we define strict fp semanics.

Strict fp is what the original JLS specified; you must do all fp
in-order without using intermediate operations of greater accuracy.
Non-strictness was included later, I think as part of 1.2.

Andrew.



More information about the Java mailing list