From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Arnd Bergmann To: cbe-oss-dev@ozlabs.org Subject: Re: [Cbe-oss-dev] [patch 3/3] cell: prevent alignment interrupt on local store Date: Thu, 12 Apr 2007 20:43:38 +0200 References: <20070410111508.GA2969@localhost.localdomain> <20070412042337.GA21832@aepfle.de> In-Reply-To: <20070412042337.GA21832@aepfle.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200704122043.38679.arnd@arndb.de> Cc: linuxppc-dev@ozlabs.org, Olaf Hering List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 <><