CPU_FLAGS_X86: add 'avx512f' flag
authorMichał Górny <mgorny@gentoo.org>
Sat, 13 Jul 2019 11:55:21 +0000 (13:55 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 15 Jul 2019 13:36:30 +0000 (15:36 +0200)
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>
profiles/desc/cpu_flags_x86.desc

index 63a10e94c3ed348ce76b3fd1006bc9d138feea55..509726d9335952aad565f6c72fa1a7f40908b189 100644 (file)
@@ -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