Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/desc: cpu_flags_x86.desc
Date: Thu, 29 Jan 2015 22:10:22
Message-Id: 20150129221019.07482109E1@oystercatcher.gentoo.org
1 mgorny 15/01/29 22:10:19
2
3 Modified: cpu_flags_x86.desc
4 Log:
5 Fix USE=mmxext description. Thanks to Doug Freed for figuring out what it actually is.
6
7 Revision Changes Path
8 1.4 profiles/desc/cpu_flags_x86.desc
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/cpu_flags_x86.desc?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/cpu_flags_x86.desc?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/cpu_flags_x86.desc?r1=1.3&r2=1.4
13
14 Index: cpu_flags_x86.desc
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/desc/cpu_flags_x86.desc,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- cpu_flags_x86.desc 28 Jan 2015 17:55:33 -0000 1.3
21 +++ cpu_flags_x86.desc 29 Jan 2015 22:10:18 -0000 1.4
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2015 Gentoo Foundation.
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/cpu_flags_x86.desc,v 1.3 2015/01/28 17:55:33 mgorny Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/cpu_flags_x86.desc,v 1.4 2015/01/29 22:10:18 mgorny Exp $
27
28 # Whenever the flag name does not correspond to /proc/cpuinfo flags,
29 # please put the cpuinfo flag in square brackets. If more than one flag
30 @@ -14,7 +14,7 @@
31 fma3 - Use the Fused Multiply Add 3 instruction set ([fma] in cpuinfo)
32 fma4 - Use the Fused Multiply Add 4 instruction set
33 mmx - Use the MMX instruction set
34 -mmxext - Use the Extended MMX instruction set (intersection of Enhanced 3DNow! and SSE instruction sets) ([mmxext], [3dnowext] or [sse] in cpuinfo)
35 +mmxext - Use the Extended MMX instruction set (a subset of SSE) ([mmxext] or [sse] in cpuinfo)
36 padlock - Use VIA padlock instructions ([phe] in cpuinfo)
37 popcnt - Enable popcnt instruction support ([abm] or [popcnt] in cpuinfo)
38 sse - Use the SSE instruction set