Re: [Xen-devel] [PATCH v8 13/50] x86emul: basic AVX512BW testing

2019-05-17 Thread Andrew Cooper
On 15/03/2019 10:43, Jan Beulich wrote: > Test various of the insns which have been implemented already. > > Signed-off-by: Jan Beulich Acked-by: Andrew Cooper ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mail

[Xen-devel] [PATCH v8 13/50] x86emul: basic AVX512BW testing

2019-03-15 Thread Jan Beulich
Test various of the insns which have been implemented already. Signed-off-by: Jan Beulich --- v8: Correct PS{R,L}LDQ overrides. v6: Re-base over changes earlier in the series. v4: Add __AVX512VL__ conditional around majority of OVR() additions. Correct eq() for 1- and 2-byte cases. v3: New.