commit | dda3ec490cf6a5927a9c6829654481101bfeda61 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Mar 14 15:37:12 2011 +0000 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Tue Mar 22 07:59:06 2011 +0100 |
tree | 588d8a5e8082a45e7526b62446d72c29a618dd15 | |
parent | 7d2aabe262846ddeda1785d42ff4d7964e8ac1c8 [diff] |
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>