This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: setting fpu precision for jni


Tom Tromey writes:
 > Vektor found this bug:
 > 
 > https://bugs.freedesktop.org/show_bug.cgi?id=5200
 > 
 > In this case the problem works in our favor.
 > But I wonder if we ought to set the fpu this way for compatibility.

It's probably a bad idea.  I think there's an implicit contract with
any libraries we call that global system state will be sane; putting
the FPU into a shorter precision for pedantic Java compliance IMO
doesn't qualify as "sane".

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]