commit | 2d6277373d3fc18f11504cd05ea82f0fe6d67962 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Dec 07 15:37:34 2010 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Dec 07 15:37:34 2010 +0000 |
tree | 79cd0a50165399bf9f87890e1a1965363304d682 | |
parent | b408dbdec3d3220b7e2da2b0fd768048f43a2e39 [diff] |
ARM: Return correct result for single<->double conversion of NaN The ARM ARM defines that if the input to a single<->double conversion is a NaN then the output is always forced to be a quiet NaN by setting the most significant bit of the fraction part. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Nathan Froyd <froydnj@codesourcery.com>