some benchmarks
Steve Kargl
sgk@troutmask.apl.washington.edu
Sun Nov 27 20:02:00 GMT 2005
On Sun, Nov 27, 2005 at 02:48:38PM -0500, Jack Howarth wrote:
> Steve,
> FYI, the benchmarks I posted already had -mtune=670. Adding
> -funroll-loops results in only about a 1% improvement in the overall
> benchmark time.
> Jack
According to gcc.info for PPC
`-mtune=CPU_TYPE'
Set the instruction scheduling parameters for machine type
CPU_TYPE, but do not set the architecture type, register usage, or
choice of mnemonics, as `-mcpu=CPU_TYPE' would.
-mcpu=670 might provide better performance. Don't know if it's
a big or tiny or no benefit.
--
Steve
More information about the Fortran
mailing list