mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
cpu_map/x86: Add support for BFLOAT16 data type
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>
This commit is contained in:
parent
529100d9f7
commit
b570139909
@ -339,6 +339,10 @@
|
||||
<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'/>
|
||||
|
Loading…
Reference in New Issue
Block a user