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

2013-12-20 Thread Tom Musta
On 12/19/2013 3:31 PM, Peter Maydell wrote: > On 18 December 2013 20:19, 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

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

2013-12-19 Thread Peter Maydell
On 18 December 2013 20:19, 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. > > V2: Reduced patch to just this sing

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

2013-12-18 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. V2: Reduced patch to just this single routine per feedback from Peter Maydell. V4: Now pass