This is the mail archive of the java-discuss@sources.redhat.com 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]

Re: Don't optimize by hand (Was Re: Lack of fabsf on Solaris (patch included))


Cedric Berger wrote:

> Conclusion(1): trust the compiler and write clean code!
> Conclusion(2): I suggest implementing ABS1 for Math.abs(float)

Is there some reason why Math::abs(float) and friends can't just be
implemented as "__builtin_fabsf()", etc, in libgcj?

regards

  [ bryce ]



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