Re: [Qemu-devel] [PATCH 07/11] softfloat: add float*_is_zero_or_denormal()
On 15 May 2011 15:13, Aurelien Jarno wrote: > float*_is_zero_or_denormal() is available for float32, but not for > float64, floatx80 and float128. Fix that. > > Signed-off-by: Aurelien Jarno Reviewed-by: Peter Maydell
[Qemu-devel] [PATCH 07/11] softfloat: add float*_is_zero_or_denormal()
float*_is_zero_or_denormal() is available for float32, but not for float64, floatx80 and float128. Fix that. Signed-off-by: Aurelien Jarno --- fpu/softfloat.h | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/fpu/softfloat.h b/fpu/softfloat.h index 129fc39..