aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.c
diff options
context:
space:
mode:
authorHe Chen <he.chen@linux.intel.com>2017-01-13 09:53:31 +0800
committerEduardo Habkost <ehabkost@redhat.com>2017-01-23 21:22:38 -0200
commitf77543772dcd38fa438470d9b80bafbd3a3ebbd7 (patch)
tree6556c46b0575900a1575f24b0ddf649e8ae83ddf /target/i386/cpu.c
parent3879284d6517dc22529395bdb259f4183b589127 (diff)
downloadqemu-f77543772dcd38fa438470d9b80bafbd3a3ebbd7.zip
qemu-f77543772dcd38fa438470d9b80bafbd3a3ebbd7.tar.gz
qemu-f77543772dcd38fa438470d9b80bafbd3a3ebbd7.tar.bz2
x86: add AVX512_VPOPCNTDQ features
AVX512_VPOPCNTDQ: Vector POPCNT instructions for word and qwords. variable precision. Signed-off-by: He Chen <he.chen@linux.intel.com> Message-Id: <1484272411-28073-1-git-send-email-he.chen@linux.intel.com> Reviewed-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'target/i386/cpu.c')
-rw-r--r--target/i386/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/i386/cpu.c b/target/i386/cpu.c
index aba11ae..b6c8c5d 100644
--- a/target/i386/cpu.c
+++ b/target/i386/cpu.c
@@ -435,7 +435,7 @@ static FeatureWordInfo feature_word_info[FEATURE_WORDS] = {
NULL, "avx512vbmi", "umip", "pku",
"ospke", NULL, NULL, NULL,
NULL, NULL, NULL, NULL,
- NULL, NULL, NULL, NULL,
+ NULL, NULL, "avx512-vpopcntdq", NULL,
"la57", NULL, NULL, NULL,
NULL, NULL, "rdpid", NULL,
NULL, NULL, NULL, NULL,