commit | 43fe9bdb0f64237187aeab809bb98e1b46807538 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu May 19 14:46:15 2011 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Mon May 23 22:39:35 2011 +0200 |
tree | 4a4b26e9d462f18a39ba9476ba58aba82a8dfb2e | |
parent | 1146a817c1c46f298492188e5269b98f3a0e51e8 [diff] |
target-arm: Signal InputDenormal for VRECPE, VRSQRTE, VRECPS, VRSQRTS The helpers for VRECPE.F32, VSQRTE.F32, VRECPS and VRSQRTS handle denormals as special cases, so we must set the InputDenormal exception flag ourselves. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>