microarchitectures: Fix icelake (#18151)
Some of the feature flags are named differently and clwb is missing on my i7-1065G7. cascadelake and cannonlake might have similar problems but I do not have access to those architectures to test.
This commit is contained in:
@@ -652,15 +652,14 @@
|
||||
"avx512cd",
|
||||
"avx512vbmi",
|
||||
"avx512ifma",
|
||||
"sha",
|
||||
"sha_ni",
|
||||
"umip",
|
||||
"clwb",
|
||||
"rdpid",
|
||||
"gfni",
|
||||
"avx512vbmi2",
|
||||
"avx512vpopcntdq",
|
||||
"avx512bitalg",
|
||||
"avx512vnni",
|
||||
"avx512_vbmi2",
|
||||
"avx512_vpopcntdq",
|
||||
"avx512_bitalg",
|
||||
"avx512_vnni",
|
||||
"vpclmulqdq",
|
||||
"vaes"
|
||||
],
|
||||
|
Reference in New Issue
Block a user