Re: [Qemu-devel] [V4 PATCH 01/22] softfloat: Fix float64_to_uint64

2013-12-19 Thread Peter Maydell
On 18 December 2013 20:19, Tom Musta wrote: > The comment preceding the float64_to_uint64 routine suggests that > the implementation is broken. And this is, indeed, the case. > > This patch properly implements the conversion of a 64-bit floating > point number to an unsigned, 64 bit integer. > >

[Qemu-devel] [V4 PATCH 01/22] softfloat: Fix float64_to_uint64

2013-12-18 Thread Tom Musta
The comment preceding the float64_to_uint64 routine suggests that the implementation is broken. And this is, indeed, the case. This patch properly implements the conversion of a 64-bit floating point number to an unsigned, 64 bit integer. This contribution can be licensed under either the softfl