commit | 1f398e0825b3365746ac3a3f6f5a9954b0064f28 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Thu Jan 06 15:38:19 2011 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Thu Jan 06 16:29:29 2011 +0100 |
tree | db6a184237455c2758586059c01a7f91c537f4f4 | |
parent | f6a7d92aed30964b6096d921e3c0df0487bb7b22 [diff] |
softfloat: use float{32,64,x80,128}_maybe_silence_nan() Use float{32,64,x80,128}_maybe_silence_nan() instead of toggling the sNaN bit manually. This allow per target implementation of sNaN to qNaN conversion. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>