]> git.proxmox.com Git - qemu.git/commit
softfloat: Add float*_is_any_nan() functions
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Dec 2010 15:37:34 +0000 (15:37 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Dec 2010 15:37:34 +0000 (15:37 +0000)
commit21d6ebde76e9e7a89f5d2100816aac920cae109c
treef1b45eed25f9bc0b9ba2d9026eea7d14bc85eeee
parentd3587ef81db34885189178d53f99831aea95c702
softfloat: Add float*_is_any_nan() functions

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 <peter.maydell@linaro.org>
Reviewed-by: Nathan Froyd <froydnj@codesourcery.com>
fpu/softfloat.h