mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00:00
cpu_map: Add missing x86 feature "avx512-fp16"
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
3306c6ded0
commit
18ebce7c53
@ -375,6 +375,9 @@
|
||||
<feature name='amx-bf16'>
|
||||
<cpuid eax_in='0x07' ecx_in='0x00' edx='0x00400000'/>
|
||||
</feature>
|
||||
<feature name='avx512-fp16'>
|
||||
<cpuid eax_in='0x07' ecx_in='0x00' edx='0x00800000'/>
|
||||
</feature>
|
||||
<feature name='amx-tile'>
|
||||
<cpuid eax_in='0x07' ecx_in='0x00' edx='0x01000000'/>
|
||||
</feature>
|
||||
|
Loading…
x
Reference in New Issue
Block a user