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: nogc.cc & darwin


Bryce McKinlay writes:
 > 
 > I think we should really be using the libc implementations of these 
 > functions since they are faster (written in assembly). We should only 
 > use the fdlibm math functions for targets that don't have a math library 
 > (and possibly also for StrictMath?)

Probably, but until we have a proper implementation of strictfp we're
better off with what we've got.  At least we're compatible with one
Java math library standard...

Andrew.


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