commit | 9df38c47d01eb1fd7eb9d60ac70a4170e638b4a2 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Apr 12 13:56:41 2011 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Tue Apr 12 23:33:33 2011 +0200 |
tree | 5f582832df57df7e5ee5fe973fabcdc083d3d2fa | |
parent | c29aca44614e12a310dd903dc4fd56b14a6b71c9 [diff] |
target-arm: Detect tininess before rounding for FP operations The ARM architecture mandates that we detect tininess before rounding, so set the softfloat fp_status up appropriately. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>