Re: [Qemu-devel] [PATCH 04/10] softfloat: Add float*_is_any_nan() functions

2010-12-06 Thread Nathan Froyd
On Mon, Dec 06, 2010 at 05:00:05PM +, Peter Maydell wrote: > Add float*_is_any_nan() functions which return true if the argument > is a NaN of any kind (quiet or signalling). > > Signed-off-by: Peter Maydell Reviewed-by: Nathan Froyd -Nathan

[Qemu-devel] [PATCH 04/10] softfloat: Add float*_is_any_nan() functions

2010-12-06 Thread Peter Maydell
Add float*_is_any_nan() functions which return true if the argument is a NaN of any kind (quiet or signalling). Signed-off-by: Peter Maydell --- fpu/softfloat.h | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/fpu/softfloat.h b/fpu/softfloat.h index 9528825..9be