mgorny      15/01/29 22:10:19

  Modified:             cpu_flags_x86.desc
  Log:
  Fix USE=mmxext description. Thanks to Doug Freed for figuring out what it 
actually is.

Revision  Changes    Path
1.4                  profiles/desc/cpu_flags_x86.desc

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/cpu_flags_x86.desc?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/cpu_flags_x86.desc?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/cpu_flags_x86.desc?r1=1.3&r2=1.4

Index: cpu_flags_x86.desc
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/cpu_flags_x86.desc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cpu_flags_x86.desc  28 Jan 2015 17:55:33 -0000      1.3
+++ cpu_flags_x86.desc  29 Jan 2015 22:10:18 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/desc/cpu_flags_x86.desc,v 1.3 
2015/01/28 17:55:33 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/cpu_flags_x86.desc,v 1.4 
2015/01/29 22:10:18 mgorny Exp $
 
 # Whenever the flag name does not correspond to /proc/cpuinfo flags,
 # please put the cpuinfo flag in square brackets. If more than one flag
@@ -14,7 +14,7 @@
 fma3 - Use the Fused Multiply Add 3 instruction set ([fma] in cpuinfo)
 fma4 - Use the Fused Multiply Add 4 instruction set
 mmx - Use the MMX instruction set
-mmxext - Use the Extended MMX instruction set (intersection of Enhanced 3DNow! 
and SSE instruction sets) ([mmxext], [3dnowext] or [sse] in cpuinfo)
+mmxext - Use the Extended MMX instruction set (a subset of SSE) ([mmxext] or 
[sse] in cpuinfo)
 padlock - Use VIA padlock instructions ([phe] in cpuinfo)
 popcnt - Enable popcnt instruction support ([abm] or [popcnt] in cpuinfo)
 sse - Use the SSE instruction set




Reply via email to