Re: [Qemu-devel] [PATCH 1/6] target/ppc: implement complete set of Vsr* macros

2018-12-25 Thread Richard Henderson
On 12/23/18 10:38 PM, Mark Cave-Ayland wrote: > This prepares us for eliminating the use of direct array access within the VMX > instruction implementations. > > Signed-off-by: Mark Cave-Ayland > --- > target/ppc/internal.h | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-)

[Qemu-devel] [PATCH 1/6] target/ppc: implement complete set of Vsr* macros

2018-12-23 Thread Mark Cave-Ayland
This prepares us for eliminating the use of direct array access within the VMX instruction implementations. Signed-off-by: Mark Cave-Ayland --- target/ppc/internal.h | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/target/ppc/internal.h b/target/ppc/internal.h index