From 0f5da41f9b92856bc31e721af94d8eba404b08bf Mon Sep 17 00:00:00 2001 From: Xudong Hao Date: Wed, 16 Oct 2024 10:30:03 +0800 Subject: [PATCH] instruction_check: Add vpclmulqdq cpuid vpclmulqdq is introduced by Intel Icelake server platform. Signed-off-by: Xudong Hao --- BM/instruction-check/feature_list.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BM/instruction-check/feature_list.py b/BM/instruction-check/feature_list.py index 2978d3af..a1bfaa49 100755 --- a/BM/instruction-check/feature_list.py +++ b/BM/instruction-check/feature_list.py @@ -65,6 +65,10 @@ "cpuid": ['7', '0', '0', '0', 'c', '9'], "platforms": {"SPR", "EMR", "GNR", "SRF", "CWF"} }, + "VPCLMULQDQ": { + "cpuid": ['7', '0', '0', '0', 'c', '10'], + "platforms": {"SPR", "EMR", "GNR", "SRF", "CWF"} + }, "AVX512_VNNI": { "cpuid": ['7', '0', '0', '0', 'c', '11'], "platforms": {"SPR", "EMR", "GNR"}