qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] x86: add AVX512_VPOPCNTDQ features


From: Eduardo Habkost
Subject: Re: [Qemu-devel] [PATCH] x86: add AVX512_VPOPCNTDQ features
Date: Thu, 12 Jan 2017 16:35:05 -0200
User-agent: Mutt/1.7.1 (2016-10-04)

On Thu, Jan 12, 2017 at 07:18:20PM +0100, Paolo Bonzini wrote:
> On 12/01/2017 18:10, Eduardo Habkost wrote:
> > On Tue, Jan 10, 2017 at 03:07:31PM +0800, He Chen wrote:
> >> AVX512_VPOPCNTDQ: Vector POPCNT instructions for word and qwords.
> >> variable precision.
> >>
> >> Signed-off-by: He Chen <address@hidden>
> >> ---
> >>  target/i386/cpu.c | 2 +-
> >>  target/i386/cpu.h | 1 +
> >>  2 files changed, 2 insertions(+), 1 deletion(-)
> >>
> >> diff --git a/target/i386/cpu.c b/target/i386/cpu.c
> >> index b0640f1..ae900b5 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, "vpopcntdq", NULL,
> > 
> > The patches I see on linux-kernel use the "avx512_vpopcntdq"
> > name. Why not use "avx512-vpopcntdq" in QEMU to avoid confusion?
> 
> Or without the dash too, for consistency with avx512vbmi.

I would agree if Linux was consistent and used "avx512vpopcntdq"
instead of "avx512_vpopcntdq". But if Linux choose to use
"avx512_vpopcntdq", I would like to use a compatible name in
QEMU.

Other software components are likely to use the same flag names
as Linux. If we use a different name, they will need to manually
translate the Linux names to QEMU names.

-- 
Eduardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]