Re: [Qemu-devel] [V5 PATCH 02/22] softfloat: Add float32_to_uint64()

2014-01-06 Thread Peter Maydell
On 2 January 2014 22:21, Tom Musta wrote: > This patch adds the float32_to_uint64() routine, which converts a > 32-bit floating point number to an unsigned 64 bit number. > > This contribution can be licensed under either the softfloat-2a or -2b > license. > > Signed-off-by: Tom Musta > Reviewed-

[Qemu-devel] [V5 PATCH 02/22] softfloat: Add float32_to_uint64()

2014-01-02 Thread Tom Musta
This patch adds the float32_to_uint64() routine, which converts a 32-bit floating point number to an unsigned 64 bit number. This contribution can be licensed under either the softfloat-2a or -2b license. Signed-off-by: Tom Musta --- V2: Reduced patch to just this single routine per feedback fro