[PATCH 04/10] cpu_map: Add missing feature "lam"

Tim Wiederhake posted 10 patches 2 months, 3 weeks ago
[PATCH 04/10] cpu_map: Add missing feature "lam"
Posted by Tim Wiederhake 2 months, 3 weeks ago
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
---
 src/cpu_map/x86_features.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/cpu_map/x86_features.xml b/src/cpu_map/x86_features.xml
index dcf01f2581..738684aab2 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -449,6 +449,9 @@
   <feature name='avx-ifma'>
     <cpuid eax_in='0x00000007' ecx_in='0x00000001' eax='0x00800000'/>
   </feature>
+  <feature name='lam'>
+    <cpuid eax_in='0x00000007' ecx_in='0x00000001' eax='0x04000000'/>
+  </feature>
 
   <!-- cpuid level 0x00000007, 0x0001 (edx) -->
   <feature name='avx-vnni-int8'>
-- 
2.43.0