diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-18 16:51:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-19 20:09:36 +0200 |
commit | 32ee755a00526ed167ab6826eb1572b83f078558 (patch) | |
tree | 9cd4e17dc7798f02c9ce42abfe9ddff00c614787 /profiles | |
parent | www-client/chromium: beta channel bump to 76.0.3809.71 (diff) | |
download | gentoo-32ee755a00526ed167ab6826eb1572b83f078558.tar.gz gentoo-32ee755a00526ed167ab6826eb1572b83f078558.tar.bz2 gentoo-32ee755a00526ed167ab6826eb1572b83f078558.zip |
CPU_FLAGS_X86: Introduce 'sha' flag
Introduce 'sha' flag that corresponds to SHA-NI instruction set.
This has two potential users, and is present in git version
of cpuid2cpuflags (pending release once the flag is added).
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desc/cpu_flags_x86.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/desc/cpu_flags_x86.desc b/profiles/desc/cpu_flags_x86.desc index 35ca08b18700..d891398e7a60 100644 --- a/profiles/desc/cpu_flags_x86.desc +++ b/profiles/desc/cpu_flags_x86.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Whenever the flag name does not correspond to /proc/cpuinfo flags, @@ -19,6 +19,7 @@ mmxext - Use the Extended MMX instruction set (a subset of SSE) ([mmxext] or [ss padlock - Use VIA padlock instructions ([phe] in cpuinfo) pclmul - Use Carry-less Multiplication instructions ([pclmulqdq] in cpuinfo) popcnt - Enable popcnt instruction support ([abm] or [popcnt] in cpuinfo) +sha - Use the SHA-NI instruction set sse - Use the SSE instruction set sse2 - Use the SSE2 instruction set sse3 - Use the SSE3 instruction set ([pni] in cpuinfo, NOT ssse3) |