diff options
author | 2015-01-29 22:10:18 +0000 | |
---|---|---|
committer | 2015-01-29 22:10:18 +0000 | |
commit | 48ceeb3ed1ea8b05cf69bed007a7bae296ee28cf (patch) | |
tree | 5a86fc9bc1948e2b7b113dcf25c95e3cd688e9dc | |
parent | Convert to CPU_FLAGS_X86. (diff) | |
download | gentoo-2-48ceeb3ed1ea8b05cf69bed007a7bae296ee28cf.tar.gz gentoo-2-48ceeb3ed1ea8b05cf69bed007a7bae296ee28cf.tar.bz2 gentoo-2-48ceeb3ed1ea8b05cf69bed007a7bae296ee28cf.zip |
Fix USE=mmxext description. Thanks to Doug Freed for figuring out what it actually is.
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/desc/cpu_flags_x86.desc | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 1baafc71ae66..4d7ec1711832 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9715 2015/01/29 11:31:55 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9716 2015/01/29 22:10:18 mgorny Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 29 Jan 2015; Michał Górny <mgorny@gentoo.org> desc/cpu_flags_x86.desc: + Fix USE=mmxext description. Thanks to Doug Freed for figuring out what it + actually is. + 29 Jan 2015; Sergei Trofimovich <slyfox@gentoo.org> package.mask: Mask live dev-util/radare2 ebuild. diff --git a/profiles/desc/cpu_flags_x86.desc b/profiles/desc/cpu_flags_x86.desc index d7d0d026f690..4dc9b9903dcc 100644 --- a/profiles/desc/cpu_flags_x86.desc +++ b/profiles/desc/cpu_flags_x86.desc @@ -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 @@ avx2 - Adds support for Advanced Vector Extensions 2 instructions 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 |