commit | 17ed229379d971ae117245b353324115a62b0014 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Mon Dec 31 10:09:03 2012 -0800 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Jan 05 10:12:49 2013 +0000 |
tree | 14550aafa433d95e3f7d1e12e2fd71642aa06216 | |
parent | a4c7ecd8ca998044bfafa0bdd7ea47270e7ebad6 [diff] |
softfloat: Fix uint64_to_float64 The interface to normalizeRoundAndPackFloat64 requires that the high bit be clear. Perform one shift-right-and-jam if needed. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>