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:09:28
Message-Id: c1c10dab0905281308m7dc8987dw43fb9253401dac91@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 21:13, Stroller <stroller@××××××××××××××××××.uk> wrote:
2 >
3 > I'm not absolutely sure that the USE flags enable hand-written assembler
4 > code, but what I do know is that:
5
6 Don't make it more difficult then it is. SSE, etc means the CPU
7 support a certain set of instructions. When you enable the use flag
8 for it, mplayer will make use of the instructions. And to do that, it
9 will use assembly if necessary. If you want to know where and how,
10 take a look at the mplayer source code. For example the file
11 libavcodec/x86/h264_idct_sse2.asm does exactly what the name suggests.
12
13 Ward

Replies

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