summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-07-13 14:01:23 +0200
committerMichał Górny <mgorny@gentoo.org>2019-07-15 15:36:32 +0200
commit35b859fa48d81e02c09809efbd26863070694200 (patch)
tree3c8f16bbc7f193b1e98a9c300d87f63bb34b831b /profiles/desc
parentCPU_FLAGS_X86: add 'avx512f' flag (diff)
downloadgentoo-35b859fa48d81e02c09809efbd26863070694200.tar.gz
gentoo-35b859fa48d81e02c09809efbd26863070694200.tar.bz2
gentoo-35b859fa48d81e02c09809efbd26863070694200.zip
CPU_FLAGS_X86: add global 'f16c' flag
The 'f16c' flag is defined locally in 3 packages, and supported by cpuid2cpuflags since Mar 2016. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/desc')
-rw-r--r--profiles/desc/cpu_flags_x86.desc1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/desc/cpu_flags_x86.desc b/profiles/desc/cpu_flags_x86.desc
index 509726d93359..35ca08b18700 100644
--- a/profiles/desc/cpu_flags_x86.desc
+++ b/profiles/desc/cpu_flags_x86.desc
@@ -11,6 +11,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
+f16c - Adds support for F16C instruction set for converting between half-precision and single-precision floats
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