This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: some benchmarks


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


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