Re: [Qemu-devel] [PATCH 5/6] target-arm: fix Neon VQSHRN and VSHRN.
On 11 February 2011 15:11, wrote: > From: Christophe Lyon > > Call the normal shift helpers instead of the rounding ones. > > Signed-off-by: Christophe Lyon Reviewed-by: Peter Maydell
[Qemu-devel] [PATCH 5/6] target-arm: fix Neon VQSHRN and VSHRN.
From: Christophe Lyon Call the normal shift helpers instead of the rounding ones. Signed-off-by: Christophe Lyon --- target-arm/translate.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target-arm/translate.c b/target-arm/translate.c index 8791bc5..ace533f 100644