[PATCH 01/10] cpu_map: Add missing feature "fred"

Tim Wiederhake posted 10 patches 2 months, 3 weeks ago
[PATCH 01/10] cpu_map: Add missing feature "fred"
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 da71a3a6a0..63f20a4bb8 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -434,6 +434,9 @@
   <feature name='fsrc'>
     <cpuid eax_in='0x00000007' ecx_in='0x00000001' eax='0x00001000'/>
   </feature>
+  <feature name='fred'>
+    <cpuid eax_in='0x00000007' ecx_in='0x00000001' eax='0x00020000'/>
+  </feature>
   <feature name='amx-fp16'>
     <cpuid eax_in='0x00000007' ecx_in='0x00000001' eax='0x00200000'/>
   </feature>
-- 
2.43.0