Re: [Qemu-devel] [PATCH 2/4] target-arm: neon vshll instruction fix

2010-02-28 Thread Aurelien Jarno
On Fri, Feb 05, 2010 at 03:52:29PM +, Riku Voipio wrote: > From: Juha Riihimäki > > implementation only widened the 32bit source vector elements into a > 64bit destination vector but forgot to perform the actual shifting > operation. > > Signed-off-by: Juha Riihimäki > Signed-off-by: Riku V

Re: [Qemu-devel] [PATCH 2/4] target-arm: neon vshll instruction fix

2010-02-07 Thread Laurent Desnogues
On Fri, Feb 5, 2010 at 4:52 PM, Riku Voipio wrote: > From: Juha Riihimäki > > implementation only widened the 32bit source vector elements into a > 64bit destination vector but forgot to perform the actual shifting > operation. > > Signed-off-by: Juha Riihimäki > Signed-off-by: Riku Voipio Ack

[Qemu-devel] [PATCH 2/4] target-arm: neon vshll instruction fix

2010-02-05 Thread Riku Voipio
From: Juha Riihimäki implementation only widened the 32bit source vector elements into a 64bit destination vector but forgot to perform the actual shifting operation. Signed-off-by: Juha Riihimäki Signed-off-by: Riku Voipio --- target-arm/translate.c |1 + 1 files changed, 1 insertions(+)