Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH] CPU_FLAGS_X86: add 'avx512f' flag
Date: Sat, 13 Jul 2019 11:57:09
Message-Id: 20190713115654.20107-1-mgorny@gentoo.org
1 This flag is already defined locally by two packages, and it is
2 supported by cpuid2cpuflags since July 2016.
3
4 Signed-off-by: Michał Górny <mgorny@g.o>
5 ---
6 profiles/desc/cpu_flags_x86.desc | 1 +
7 1 file changed, 1 insertion(+)
8
9 diff --git a/profiles/desc/cpu_flags_x86.desc b/profiles/desc/cpu_flags_x86.desc
10 index 63a10e94c3ed..509726d93359 100644
11 --- a/profiles/desc/cpu_flags_x86.desc
12 +++ b/profiles/desc/cpu_flags_x86.desc
13 @@ -10,6 +10,7 @@
14 aes - Enable support for Intel's AES instruction set (AES-NI)
15 avx - Adds support for Advanced Vector Extensions instructions
16 avx2 - Adds support for Advanced Vector Extensions 2 instructions
17 +avx512f - Adds support for AVX-512 Foundation instructions
18 fma3 - Use the Fused Multiply Add 3 instruction set ([fma] in cpuinfo)
19 fma4 - Use the Fused Multiply Add 4 instruction set
20 mmx - Use the MMX instruction set
21 --
22 2.22.0