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

2011-02-16 Thread Christophe Lyon
On 16.02.2011 12:53, Peter Maydell wrote: > On 14 February 2011 16:47, Christophe Lyon wrote: >> >> These two special values are needed to implement some helper functions, >> which return these values in some cases. > > I assume this is for vrecpe, right? I think it would be better > to post thi

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

2011-02-16 Thread Peter Maydell
On 14 February 2011 16:47, Christophe Lyon wrote: > > These two special values are needed to implement some helper functions, which > return these values in some cases. I assume this is for vrecpe, right? I think it would be better to post this as part of that patchset; it's easier to see the ra

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

2011-02-14 Thread Christophe Lyon
These two special values are needed to implement some helper functions, which return these values in some cases. Signed-off-by: Christophe Lyon --- fpu/softfloat-specialize.h |9 + fpu/softfloat.h|2 ++ 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a