cpu_map: Add missing x86 feature "arch-lbr"

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
Tim Wiederhake 2022-10-19 15:41:35 +02:00
parent 1e30910967
commit 4ba1e382f7

View File

@ -378,6 +378,9 @@
<feature name='pconfig'> <feature name='pconfig'>
<cpuid eax_in='0x07' ecx_in='0x00' edx='0x00040000'/> <cpuid eax_in='0x07' ecx_in='0x00' edx='0x00040000'/>
</feature> </feature>
<feature name='arch-lbr'>
<cpuid eax_in='0x07' ecx_in='0x00' edx='0x00080000'/>
</feature>
<feature name='amx-bf16'> <feature name='amx-bf16'>
<cpuid eax_in='0x07' ecx_in='0x00' edx='0x00400000'/> <cpuid eax_in='0x07' ecx_in='0x00' edx='0x00400000'/>
</feature> </feature>