Re: [Qemu-devel] [PATCH 1/2] softfloat: export float32_nan and float32_infinity.

2011-02-16 Thread Christophe Lyon
On 16.02.2011 17:54, Peter Maydell wrote: > On 16 February 2011 14:51, wrote: >> From: Christophe Lyon >> >> These two special values are needed to implement some helper >> functions, which return these values in some cases. >> >> This patch also moves the definitions of default_nan for 16, 64,

Re: [Qemu-devel] [PATCH 1/2] softfloat: export float32_nan and float32_infinity.

2011-02-16 Thread Peter Maydell
On 16 February 2011 14:51, wrote: > From: Christophe Lyon > > These two special values are needed to implement some helper > functions, which return these values in some cases. > > This patch also moves the definitions of default_nan for 16, 64, x80 > and 128 bits floats for consistency with flo

[Qemu-devel] [PATCH 1/2] softfloat: export float32_nan and float32_infinity.

2011-02-16 Thread christophe.lyon
From: Christophe Lyon These two special values are needed to implement some helper functions, which return these values in some cases. This patch also moves the definitions of default_nan for 16, 64, x80 and 128 bits floats for consistency with float32. Signed-off-by: Christophe Lyon --- fpu/