]> xenbits.xensource.com Git - libvirt.git/commitdiff
cpu_map: Add missing feature "cmpccxadd"
authorTim Wiederhake <twiederh@redhat.com>
Wed, 24 May 2023 07:22:31 +0000 (09:22 +0200)
committerTim Wiederhake <twiederh@redhat.com>
Fri, 26 May 2023 06:43:00 +0000 (08:43 +0200)
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/cpu_map/x86_features.xml

index f5270bedb74cf9b394ccbc51aff8ccc886556df7..5309ea00ec5195084336dc4644a75fd0a6497d59 100644 (file)
   <feature name='avx512-bf16'>
     <cpuid eax_in='0x07' ecx_in='0x01' eax='0x00000020'/>
   </feature>
+  <feature name='cmpccxadd'>
+    <cpuid eax_in='0x07' ecx_in='0x01' eax='0x00000080'/>
+  </feature>
   <feature name='fzrm'>
     <cpuid eax_in='0x07' ecx_in='0x01' eax='0x00000400'/>
   </feature>