softfloat: add float*_is_zero_or_denormal()
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 15 May 2011 12:09:18 +0000 (14:09 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 3 Jun 2011 14:07:53 +0000 (16:07 +0200)
commit5f8d00d462abb77dc0caef0d35c75906c9cccd8d
treef022909303d61b5f2895a990924872cbfce6afb5
parent2c4a0ff8f22477dafadcd189ed507e22f2e3f7e2
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.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
fpu/softfloat.h