]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
cpu_map/x86: Add support for BFLOAT16 data type
authorJiri Denemark <jdenemar@redhat.com>
Fri, 13 Dec 2019 16:08:44 +0000 (17:08 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 7 Jan 2020 08:07:40 +0000 (09:07 +0100)
Introduced in QEMU by commit v4.1.0-266-g80db491da4.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/cpu_map/x86_features.xml

index 87e34a76cde5957ca5a5e4e69bd0dcfc5efbfb18..2c4c29dc99d92adcd26e94b6a0d7659c8bf0cee9 100644 (file)
     <cpuid eax_in='0x07' ecx_in='0x00' edx='0x80000000'/>
   </feature>
 
+  <feature name='avx512-bf16'>
+    <cpuid eax_in='0x07' ecx_in='0x01' eax='0x00000020'/>
+  </feature>
+
   <!-- Processor Extended State Enumeration sub leaf 1 -->
   <feature name='xsaveopt'>
     <cpuid eax_in='0x0d' ecx_in='0x01' eax='0x00000001'/>