diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-05-11 01:22:27 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-05-11 09:49:59 -0400 |
commit | 519631a417eb4f8d2ffd4c850a08e82b08ba6696 (patch) | |
tree | 3678a7f76e2f5060fdb87f1b3ba792dac11fac53 /profiles/desc | |
parent | profiles: mask kde-apps/khelpcenter-5.6.4 due to a suspect tarball (diff) | |
download | gentoo-519631a417eb4f8d2ffd4c850a08e82b08ba6696.tar.gz gentoo-519631a417eb4f8d2ffd4c850a08e82b08ba6696.tar.bz2 gentoo-519631a417eb4f8d2ffd4c850a08e82b08ba6696.zip |
sys-devel/gcc: add USE=mpx support for Intel MPX #578396
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/cpu_flags_x86.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/desc/cpu_flags_x86.desc b/profiles/desc/cpu_flags_x86.desc index 7aaab7ee1a69..4a12cc6a9526 100644 --- a/profiles/desc/cpu_flags_x86.desc +++ b/profiles/desc/cpu_flags_x86.desc @@ -15,6 +15,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 (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 |