Re: [PATCH] x86emul: fix SIMD test overriding of VBROADCASTS{S,D}

2022-02-11 Thread Andrew Cooper
On 11/02/2022 11:11, Jan Beulich wrote: > Despite their suffixes these aren't scalar instructions, and hence the > 128- and 256-bit EVEX forms may not be used without AVX512VL. Gcc11 ends > up generating such instances for simd-sg.c. > > Signed-off-by: Jan Beulich Acked-by: Andrew Cooper

[PATCH] x86emul: fix SIMD test overriding of VBROADCASTS{S,D}

2022-02-11 Thread Jan Beulich
Despite their suffixes these aren't scalar instructions, and hence the 128- and 256-bit EVEX forms may not be used without AVX512VL. Gcc11 ends up generating such instances for simd-sg.c. Signed-off-by: Jan Beulich --- a/tools/tests/x86_emulator/simd.h +++ b/tools/tests/x86_emulator/simd.h @@ -2