[Cbe-oss-dev] [patch 3/3] cell: prevent alignment interrupt on local store

Arnd Bergmann arnd at arndb.de
Fri Apr 13 04:43:38 EST 2007


On Thursday 12 April 2007, Olaf Hering wrote:
> How much will this impact performance on a 970, 74xx or POWER6 if
> everything gets compiled with '--mcpu=$cell', compared to what is used
> today? One gets at least altivec that way.

Building with -mcpu=cell won't work on 970 or g4, because that enables
a few extra instructions that were not present in the older cpus.

If you know you want to build with altivec (i.e. not run on power4 or
older), then '-m32 -mcpu=7450 -mtune=cell' or '-m64 -mcpu=970 -mtune=cell'
would be a reasonable thing to try.

	Arnd <><



More information about the Linuxppc-dev mailing list