Re: [Qemu-devel] [PATCH] target-arm: Fix Neon VQ(R)DMULH.S16 instructions

2011-01-29 Thread Aurelien Jarno
On Thu, Jan 27, 2011 at 07:18:35PM +, Peter Maydell wrote: > From: Juha Riihimäki > > Correct an error in the implementation of the 16 bit > forms of VQ(R)DMULH, bringing them into line with the > 32 bit implementation. > > Signed-off-by: Juha Riihimäki > Reviewed-by: Peter Maydell > --- >

[Qemu-devel] [PATCH] target-arm: Fix Neon VQ(R)DMULH.S16 instructions

2011-01-27 Thread Peter Maydell
From: Juha Riihimäki Correct an error in the implementation of the 16 bit forms of VQ(R)DMULH, bringing them into line with the 32 bit implementation. Signed-off-by: Juha Riihimäki Reviewed-by: Peter Maydell --- target-arm/neon_helper.c |3 ++- 1 files changed, 2 insertions(+), 1 deletion