]> git.proxmox.com Git - qemu.git/commit
target-arm: Fix VRECPS edge cases handling
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 14 Mar 2011 15:37:12 +0000 (15:37 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 22 Mar 2011 06:59:06 +0000 (07:59 +0100)
commitdda3ec490cf6a5927a9c6829654481101bfeda61
tree588d8a5e8082a45e7526b62446d72c29a618dd15
parent7d2aabe262846ddeda1785d42ff4d7964e8ac1c8
target-arm: Fix VRECPS edge cases handling

Correct the handling of edge cases for the VRECPS instruction:
 * this is a Neon instruction so uses the "standard FPSCR value"
 * (zero, inf) is a special case which returns 2.0

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