Gentoo Archives: gentoo-amd64

From: "Bráulio Oliveira" <brauliobo@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] About gcc 4.1.1
Date: Wed, 30 Aug 2006 21:50:02
Message-Id: 1df1788c0608301447t24dfe700l6fc6d76379a76d51@mail.gmail.com
In Reply to: Re: [gentoo-amd64] About gcc 4.1.1 by Andrei Slavoiu
1 thank you for you comments... could you please explain me more about what is
2 ISA?
3 braulio
4
5 On 8/30/06, Andrei Slavoiu <ansla80@×××××.com> wrote:
6 >
7 > --- Bráulio Oliveira <brauliobo@×××××.com> wrote:
8 > > CFLAGS="-O2 -pipe -mtune=athlon64 -march=athlon64
9 > > -mmmx -msse -msse2 -m3dnow"
10 > Somebody else already pointed out that gcc 4.1.1 will
11 > soon go stable on all architectures, but I have some
12 > comments on your compiler flags.
13 > First, -mtune is implied when you use -march, for any
14 > architecture.
15 > Second, on amd64 -mmmx, -msse, -msse2 and -m3dnow are
16 > the default as they are part of the ISA.
17 > So in conclusion you could use CFLAGS="-O2 -pipe
18 > -march=athlon64" with the exact same effect.
19 >
20 > __________________________________________________
21 > Do You Yahoo!?
22 > Tired of spam? Yahoo! Mail has the best spam protection around
23 > http://mail.yahoo.com
24 > --
25 > gentoo-amd64@g.o mailing list
26 >
27 >

Replies

Subject Author
Re: [gentoo-amd64] About gcc 4.1.1 Andrei Slavoiu <ansla80@×××××.com>