Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/
Date: Fri, 19 Jul 2019 18:15:19
Message-Id: 1563559776.32ee755a00526ed167ab6826eb1572b83f078558.mgorny@gentoo
1 commit: 32ee755a00526ed167ab6826eb1572b83f078558
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 18 14:51:41 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 19 18:09:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ee755a
7
8 CPU_FLAGS_X86: Introduce 'sha' flag
9
10 Introduce 'sha' flag that corresponds to SHA-NI instruction set.
11 This has two potential users, and is present in git version
12 of cpuid2cpuflags (pending release once the flag is added).
13
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 profiles/desc/cpu_flags_x86.desc | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/profiles/desc/cpu_flags_x86.desc b/profiles/desc/cpu_flags_x86.desc
20 index 35ca08b1870..d891398e7a6 100644
21 --- a/profiles/desc/cpu_flags_x86.desc
22 +++ b/profiles/desc/cpu_flags_x86.desc
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation.
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 # Whenever the flag name does not correspond to /proc/cpuinfo flags,
29 @@ -19,6 +19,7 @@ mmxext - Use the Extended MMX instruction set (a subset of SSE) ([mmxext] or [ss
30 padlock - Use VIA padlock instructions ([phe] in cpuinfo)
31 pclmul - Use Carry-less Multiplication instructions ([pclmulqdq] in cpuinfo)
32 popcnt - Enable popcnt instruction support ([abm] or [popcnt] in cpuinfo)
33 +sha - Use the SHA-NI instruction set
34 sse - Use the SSE instruction set
35 sse2 - Use the SSE2 instruction set
36 sse3 - Use the SSE3 instruction set ([pni] in cpuinfo, NOT ssse3)