[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] tools/misc: add AVX512 vpopcntdq in xen-cpuid.c
CC Andrew and Jan On Mon, Jan 16, 2017 at 04:05:03PM +0800, He Chen wrote: > Add AVX512 vpopcntdq information in xen-cpuid.c > > Signed-off-by: He Chen <he.chen@xxxxxxxxxxxxxxx> > --- > tools/misc/xen-cpuid.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/tools/misc/xen-cpuid.c b/tools/misc/xen-cpuid.c > index 5d66e94..106be0f 100644 > --- a/tools/misc/xen-cpuid.c > +++ b/tools/misc/xen-cpuid.c > @@ -124,7 +124,11 @@ static const char *str_7c0[32] = > [ 2] = "REZ", [ 3] = "pku", > [ 4] = "ospke", > > - [5 ... 31] = "REZ", > + [5 ... 13] = "REZ", > + > + [14] = "avx512_vpopcntdq", > + > + [15 ... 31] = "REZ", > }; > > static const char *str_e7d[32] = > -- > 2.7.4 > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |