Re: [Xen-devel] [PATCH v8 22/50] x86emul: support AVX512DQ packed quad-int/FP conversion insns

2019-05-21 Thread Andrew Cooper
On 15/03/2019 10:52, Jan Beulich wrote: > VCVT{,T}PS2QQ, sharing their main opcodes with others, once again need > "manual" overrides of disp8scale. > > While not directly related here, also add a scalar variant of to_wint() > to the test harness. > > Signed-off-by: Jan Beulich Acked-by: Andrew

[Xen-devel] [PATCH v8 22/50] x86emul: support AVX512DQ packed quad-int/FP conversion insns

2019-03-15 Thread Jan Beulich
VCVT{,T}PS2QQ, sharing their main opcodes with others, once again need "manual" overrides of disp8scale. While not directly related here, also add a scalar variant of to_wint() to the test harness. Signed-off-by: Jan Beulich --- v7: Re-base. v6: Workaround for gcc 7 quirk. v5: Re-base over