This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Help with performance issues.
- To: tromey at redhat dot com
- Subject: Re: Help with performance issues.
- From: Anthony Green <green at cygnus dot com>
- Date: Mon, 30 Jul 2001 09:18:26 -0700
- Cc: <java at gcc dot gnu dot org>, <wjb at netpd dot com>
Tom wrote:
> semantics. For instance, anything in java.lang.Math (taking strictfp
> concerns into account, of course).
Is strictfp still a consideration for java.lang.Math? Isn't there something
like java.lang.StrictMath now? ( strictfp version of java.lang.Math)
AG