Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: USE="mmx mmxext sse sse2 ssse3 3dnow 3dnowext"
Date: Tue, 26 May 2009 13:27:25
Message-Id: loom.20090526T131558-679@post.gmane.org
In Reply to: [gentoo-user] USE="mmx mmxext sse sse2 ssse3 3dnow 3dnowext" by Stroller
1 Stroller <stroller <at> stellar.eclipse.co.uk> writes:
2
3
4 > I'm always rather reluctant to enable any of these, being unsure
5 > whether my ageing PentiumPro or Pentium 4 CPUs support such features
6 > as 3DNow! (originally an AMD technology) or the advanced SSSSSSSSSE3.
7
8
9 I run this on dozens of amd64 laptops and 3workstations and servers
10 from make.conf:
11
12 USE="mmx mmxext sse sse2 sse3 3dnow 3dnowext \
13
14 no problems, great performance!
15
16 Here is something nice from that palladies dude I keep in my
17 .bashrc:
18
19 # USE flag settings hack by Ciaran McCreesh:
20 explainuseflag(){ sed -ne "s,^\([^ ]*:\)\?$1 - ,,p" $(portageq
21 portdir)/profiles/use.{,local.}desc; }
22 alias ef="explainuseflag"
23
24
25 ef sse3
26 Enable optimisations using the sse3 assmbly code
27 Enable SSE3 support
28
29
30 ef ssse3
31 faster floating point optimization for SSSE3 capable chips (Intel Core 2 and
32 later chips)
33
34
35 My wife just loves Palladis exercise class....
36 ;-)
37
38
39 hth,
40
41 James