]> git.proxmox.com Git - qemu.git/commit
softfloat: Add float*_maybe_silence_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)
commitb408dbdec3d3220b7e2da2b0fd768048f43a2e39
tree790b550113eeaa93bcc7cc28d4ce133ce8f5db08
parent09d9487fbb5c17226762e73c2b7d84170f5bd092
softfloat: Add float*_maybe_silence_nan() functions

Add functions float*_maybe_silence_nan() which ensure that a
value is not a signaling NaN by turning it into a quiet NaN.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Nathan Froyd <froydnj@codesourcery.com>
fpu/softfloat-specialize.h
fpu/softfloat.h