Re: [Qemu-devel] [PATCH v2 08/24] softfloat: Add float32_to_uint64()
On 01/06/2014 05:11 AM, Peter Maydell wrote: > +return (int64_t)LIT64(0x); Silly but harmless cast, considering the uint64_t return type. Otherwise, Reviewed-by: Richard Henderson r~
[Qemu-devel] [PATCH v2 08/24] softfloat: Add float32_to_uint64()
From: 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 Reviewed-by: Peter Maydell Signed-off-by: Peter