On Thu, May 21, 2009 at 11:59 AM, maxim wexler <[email protected]> wrote:
> > > > The more generic choices you have will work, but be > > slightly less > > > optimised. > > > > Could also perhaps try -march=auto if you're using a > > version of GCC > > that supports it. > > $gcc --version > gcc (Gentoo-4.3.2-r3 p1.6, pie-10.1.5) 4.3.2 > > googled gcc 4.3.2 + -march=auto; got nothing. Does that mean my version > doesn't support it or that I don't know where to look? > I believe it should be -march=native -James

