]> git.proxmox.com Git - qemu.git/commit
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)
commit587eabfafc9dbf80c381bd0d98c000a94f8af60d
treef022909303d61b5f2895a990924872cbfce6afb5
parent66fcf8ffcfb538dda612bfa57d28d502e83ff795
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