diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-07-13 17:55:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-07-13 17:56:56 +0200 |
commit | 85af9c870835e3fa9d949506e34272c0425f437e (patch) | |
tree | ab6e3bb1b67ca7e2bf1e16d94c1efaabc2ee78ff /profiles/desc | |
parent | net-analyzer/echoping: add libressl support (diff) | |
download | gentoo-85af9c870835e3fa9d949506e34272c0425f437e.tar.gz gentoo-85af9c870835e3fa9d949506e34272c0425f437e.tar.bz2 gentoo-85af9c870835e3fa9d949506e34272c0425f437e.zip |
profiles: Nuke cpu_flags_x86_mpx, #588632
Remove the mpx flag from CPU_FLAGS_X86. Since mpx has memory and
performance costs, this is not a flag users expect to have automatically
enabled based on CPU abilities.
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/cpu_flags_x86.desc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/profiles/desc/cpu_flags_x86.desc b/profiles/desc/cpu_flags_x86.desc index 4a12cc6a9526..7aaab7ee1a69 100644 --- a/profiles/desc/cpu_flags_x86.desc +++ b/profiles/desc/cpu_flags_x86.desc @@ -15,7 +15,6 @@ 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 (a subset of SSE) ([mmxext] or [sse] in cpuinfo) -mpx - Use Memory Protection Extensions (MPX) padlock - Use VIA padlock instructions ([phe] in cpuinfo) popcnt - Enable popcnt instruction support ([abm] or [popcnt] in cpuinfo) sse - Use the SSE instruction set |