This is the mail archive of the java-patches@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: Patch: gcj optimizations


>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:

Bryce> We definately want to make sure our inlined cos uses the
Bryce> system's cos and not libgcj's cos, because libgcj's is written
Bryce> in C while the system one takes advantage of the hardware FP.

Are we guaranteed that the system cos meets Java's requirements?
Andrew dealt with all the Math code in the very early days.  I no
longer remember why we have our own cos instead of relying on the
system one.  Perhaps the system we were using at that time simply
didn't have it.

Tom


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