Gentoo Archives: gentoo-dev

From: Travis Tilley <lv@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [BUG] - procmail
Date: Fri, 23 Apr 2004 16:42:08
Message-Id: 200404220458.16628.lv@gentoo.org
In Reply to: Re: [gentoo-dev] [BUG] - procmail by Damian Kolkowski
1 On Wednesday 21 April 2004 03:44 am, Damian Kolkowski wrote:
2 > * Damian Kolkowski <damian@×××××××××××××××.org> [2004-04-21 09:38]:
3 > > flags: -march=athlon-xp -O2 -pipe -mfpmath=sse -msse -mmmx -m3dnow
4 >
5 > It should be: -march=athlon-xp -O2 -pipe -mfpmath=sse
6
7 -mfpmath=sse is a bad idea. remove it and your problems might go away on their
8 own as you re-compile. it will probably speed things up as well... (if you
9 have sse and x87, and the x87 uses different registers, why not use them
10 both?)
11
12 anyways, -mfpmath=sse seems to break things horribly on amd64, so it might be
13 similarly broken elsewhere.
14
15 --
16 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] [BUG] - procmail Patrick Kursawe <phosphan@g.o>
Re: [gentoo-dev] [BUG] - procmail Damian Kolkowski <damian@×××××××××××××××.org>