]> git.proxmox.com Git - qemu.git/commit
target-arm: Fix 32 bit signed saturating narrow
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 9 Feb 2011 15:42:33 +0000 (15:42 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 9 Feb 2011 18:37:48 +0000 (19:37 +0100)
commitcc2212c2f851291929becc3f4fd153d05ca4c54a
tree798c73085adcc946dc29203fb2adf751efdcf442
parentaf1bbf30c407cb194599a4e1724c38c7bf1d94b3
target-arm: Fix 32 bit signed saturating narrow

The returned value when doing saturating signed 64->32 bit
conversion of a negative number was incorrect due to a missing cast.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/neon_helper.c