On Tue, 20 Jan 2004 17:33:09 +0200
"Sergey Berezka" <[EMAIL PROTECTED]> wrote:

> I have Athlon XP+ 1800 CPU. I type flags : -march=athlon-xp -03 -pipe
> -fomit-frame-pointer in the make.conf.

just to add my 2 u.s. cents (or one G.Bush dollar) worth, I used those
flags (with the letter O, not the zero) and found things work better
with O2, then I switched to Os, and get much faster speeds. Open Office
especially was noticeably quicker on initial startup.


CFLAGS="-march=athlon-xp -Os -pipe -mfpmath=sse -msse -mmmx -m3dnow 
-fomit-frame-pointer"

I've read that I don't need the mfpmath=sse -msse -mmmx -m3dnow, and
I've also read that I do, if I want them to be used. The way I read man
gcc, it seems if you want to use them, you have to declare them, so I
do.

-- 
How come everyone's going so slow if it's called rush hour?

--
[EMAIL PROTECTED] mailing list

Reply via email to