[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: What is the PPC equivilent to this x86 term?



Gjermund Gusland Thorsen wrote:
> 
> export CFLAGS="-O3 -march=pentium -funroll-loops -ffast-math"

I tried to start a discussion about this some time ago, but there wasn't much
response. I'll bite anyway:

export CFLAGS="-O3 -mtune=750 -funroll-loops -ffast-math"

You should be careful with -funroll-loops etc. though, here's what I have:

michdaen@pismo> echo $CFLAGS                                              ~
-pipe -O2 -Wall -mtune=750 -fstrict-aliasing


-- 
Earthling Michel Dänzer (MrCooper)    \   Debian GNU/Linux (powerpc) developer
CS student, Free Software enthusiast   \        XFree86 and DRI project member



Reply to: