Gentoo Archives: gentoo-amd64

From: Andrei Slavoiu <ansla80@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] About gcc 4.1.1
Date: Thu, 31 Aug 2006 06:09:59
Message-Id: 20060831060810.19111.qmail@web31601.mail.mud.yahoo.com
In Reply to: Re: [gentoo-amd64] About gcc 4.1.1 by "Bráulio Oliveira"
1 --- Bráulio Oliveira <brauliobo@×××××.com> wrote:
2 > thank you for you comments... could you please
3 > explain me more about what is
4 > ISA?
5 Well, in this context, ISA means Instruction Set
6 Architecture
7 (http://en.wikipedia.org/wiki/Instruction_set). The
8 ISA defines all the instructions that a CPU needs to
9 have to be part of that architecture. Of course, the
10 insructions defined by the ISA are not the only
11 instructions that a CPU can understand, it can also
12 have extensions, like the MMX, SSE or 3DNOW.
13 Now, i386 and even i686 ISA do not include this
14 extensions, so they must be explicitly activated in
15 case you own a CPU that implements them. However, the
16 amd64 ISA has includes those extentions so they are
17 activated by default.
18 HTH :)
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

Replies

Subject Author
Re: [gentoo-amd64] About gcc 4.1.1 "Bráulio Oliveira" <brauliobo@×××××.com>