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