Gentoo Archives: gentoo-user

From: Ward Poelmans <wpoely86@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] USE="mmx mmxext sse sse2 ssse3 3dnow 3dnowext"
Date: Thu, 28 May 2009 20:27:25
Message-Id: c1c10dab0905281327o7ee3edb9j6329989ffc1326e@mail.gmail.com
In Reply to: Re: [gentoo-user] USE="mmx mmxext sse sse2 ssse3 3dnow 3dnowext" by Stroller
1 On Thu, May 28, 2009 at 22:19, Stroller <stroller@××××××××××××××××××.uk> wrote:
2 > What's the difference between supporting the "certain set of instructions"
3 > with "-march=" and doing so with USEs?
4 >
5 > Or doesn't "-march=" support additional "certain sets of instructions". What
6 > does it do, then?
7
8 The difference is that with the USE flag, you enable the use of
9 assembly code in the source of mplayer that makes use of the "certain
10 set of instructions". The -march option enables the use of the
11 "certain set of instructions" when gcc is optimizing and so gcc will
12 use the "certain set of instructions" when it converts the source code
13 into assembly code.
14
15 Ward

Replies

Subject Author
Re: [gentoo-user] USE="mmx mmxext sse sse2 ssse3 3dnow 3dnowext" Stroller <stroller@××××××××××××××××××.uk>