Re: [Qemu-devel] [PATCH 135/147] softfloat: Fix uint64_to_float64

2012-09-28 Thread Peter Maydell
On 28 September 2012 02:12, Richard Henderson wrote: > The interface to normalizeRoundAndPackFloat64 requires that the > high bit be clear. Perform one shift-right-and-jam if needed. > > Signed-off-by: Richard Henderson > --- > fpu/softfloat.c | 9 +++-- > 1 file changed, 7 insertions(+), 2

[Qemu-devel] [PATCH 135/147] softfloat: Fix uint64_to_float64

2012-09-27 Thread Richard Henderson
The interface to normalizeRoundAndPackFloat64 requires that the high bit be clear. Perform one shift-right-and-jam if needed. Signed-off-by: Richard Henderson --- fpu/softfloat.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/fpu/softfloat.c b/fpu/softfloat.c index