Skip to content

Commit 138c337

Browse files
committed
target/i386: add avx-vnni-int16 feature
AVX-VNNI-INT16 (CPUID[EAX=7,ECX=1).EDX[10]) is supported by Clearwater Forest processor, add it to QEMU as it does not need any specific enablement. Signed-off-by: Paolo Bonzini <[email protected]>
1 parent f4e5f30 commit 138c337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target/i386/cpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ FeatureWordInfo feature_word_info[FEATURE_WORDS] = {
11311131
.feat_names = {
11321132
NULL, NULL, NULL, NULL,
11331133
"avx-vnni-int8", "avx-ne-convert", NULL, NULL,
1134-
"amx-complex", NULL, NULL, NULL,
1134+
"amx-complex", NULL, "avx-vnni-int16", NULL,
11351135
NULL, NULL, "prefetchiti", NULL,
11361136
NULL, NULL, NULL, NULL,
11371137
NULL, NULL, NULL, NULL,

0 commit comments

Comments
 (0)