Re: [Qemu-devel] [PATCH 22/34] target/ppc: convert VSX logical operations to vector operations

2018-12-18 Thread David Gibson
On Mon, Dec 17, 2018 at 10:38:59PM -0800, Richard Henderson wrote: > Signed-off-by: Richard Henderson Acked-by: David Gibson > --- > target/ppc/translate/vsx-impl.inc.c | 43 - > 1 file changed, 17 insertions(+), 26 deletions(-) > > diff --git

[Qemu-devel] [PATCH 22/34] target/ppc: convert VSX logical operations to vector operations

2018-12-17 Thread Richard Henderson
Signed-off-by: Richard Henderson --- target/ppc/translate/vsx-impl.inc.c | 43 - 1 file changed, 17 insertions(+), 26 deletions(-) diff --git a/target/ppc/translate/vsx-impl.inc.c b/target/ppc/translate/vsx-impl.inc.c index 1608ad48b1..8ab1290026 100644 ---