Re: [Xen-devel] [PATCH v4 02/20] x86emul: support most remaining AVX2 insns

2018-03-05 Thread Jan Beulich
>>> On 05.03.18 at 14:39, wrote: > On 28/02/18 12:58, Jan Beulich wrote: > > You're missing a SoB on this version of the patch, but assuming that > gets fixed, Acked-by: Andrew Cooper Thanks and - oops, I had dropped description and revision info as well: I.e. those not being equivalents of SS

Re: [Xen-devel] [PATCH v4 02/20] x86emul: support most remaining AVX2 insns

2018-03-05 Thread Andrew Cooper
On 28/02/18 12:58, Jan Beulich wrote: You're missing a SoB on this version of the patch, but assuming that gets fixed, Acked-by: Andrew Cooper > --- a/xen/arch/x86/x86_emulate/x86_emulate.c > +++ b/xen/arch/x86/x86_emulate/x86_emulate.c > @@ -7306,6 +7325,11 @@ x86_emulate( > op_bytes =

[Xen-devel] [PATCH v4 02/20] x86emul: support most remaining AVX2 insns

2018-02-28 Thread Jan Beulich
--- a/tools/tests/x86_emulator/Makefile +++ b/tools/tests/x86_emulator/Makefile @@ -11,9 +11,9 @@ all: $(TARGET) run: $(TARGET) ./$(TARGET) -SIMD := sse sse2 sse4 avx +SIMD := sse sse2 sse4 avx avx2 FMA := fma4 fma -TESTCASES := blowfish $(SIMD) sse2-avx sse4-avx $(FMA) +TESTCASES := bl