diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-13 13:55:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 15:36:30 +0200 |
commit | f32fb4a471872a1a3c83965874333e1d77c8fb0a (patch) | |
tree | 1f4d78da1d8b4c0effcdba39d0efdfe4c6821ecb /profiles/desc/cpu_flags_x86.desc | |
parent | xfconf.eclass: Remove last-rited eclass (diff) | |
download | gentoo-f32fb4a471872a1a3c83965874333e1d77c8fb0a.tar.gz gentoo-f32fb4a471872a1a3c83965874333e1d77c8fb0a.tar.bz2 gentoo-f32fb4a471872a1a3c83965874333e1d77c8fb0a.zip |
CPU_FLAGS_X86: add 'avx512f' flag
This flag is already defined locally by two packages, and it is
supported by cpuid2cpuflags since July 2016.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/desc/cpu_flags_x86.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 63a10e94c3ed..509726d93359 100644 --- a/profiles/desc/cpu_flags_x86.desc +++ b/profiles/desc/cpu_flags_x86.desc @@ -10,6 +10,7 @@ aes - Enable support for Intel's AES instruction set (AES-NI) avx - Adds support for Advanced Vector Extensions instructions avx2 - Adds support for Advanced Vector Extensions 2 instructions +avx512f - Adds support for AVX-512 Foundation instructions 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 |