Re: [Qemu-devel] [PATCH 1/4] softfloat: Add float32_is_zero_or_denormal() function

2011-01-10 Thread Aurelien Jarno
On Fri, Jan 07, 2011 at 09:26:24AM +, Peter Maydell wrote: > Add a utility function to softfloat to test whether a float32 > is zero or denormal. > > Signed-off-by: Peter Maydell > --- > fpu/softfloat.h |5 + > 1 files changed, 5 insertions(+), 0 deletions(-) Reviewed-by: Aurelien J

[Qemu-devel] [PATCH 1/4] softfloat: Add float32_is_zero_or_denormal() function

2011-01-07 Thread Peter Maydell
Add a utility function to softfloat to test whether a float32 is zero or denormal. Signed-off-by: Peter Maydell --- fpu/softfloat.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/fpu/softfloat.h b/fpu/softfloat.h index 15052cc..1acf7af 100644 --- a/fpu/softfloat.h +