#
debe78ce |
| 15-May-2020 |
Peter Maydell <peter.maydell@linaro.org> |
Merge remote-tracking branch 'remotes/rth/tags/pull-fpu-20200515' into staging
floatx80 x87 pseudo-denormal fixes
# gpg: Signature made Fri 15 May 2020 19:10:27 BST # gpg: using RSA
Merge remote-tracking branch 'remotes/rth/tags/pull-fpu-20200515' into staging
floatx80 x87 pseudo-denormal fixes
# gpg: Signature made Fri 15 May 2020 19:10:27 BST # gpg: using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F # gpg: issuer "richard.henderson@linaro.org" # gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" [full] # Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A 05C0 64DF 38E8 AF7E 215F
* remotes/rth/tags/pull-fpu-20200515: softfloat: fix floatx80 pseudo-denormal round to integer softfloat: fix floatx80 pseudo-denormal comparisons softfloat: fix floatx80 pseudo-denormal addition / subtraction softfloat: silence sNaN for conversions to/from floatx80
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
show more ...
|
#
7537c2b4 |
| 04-May-2020 |
Joseph Myers <joseph@codesourcery.com> |
softfloat: silence sNaN for conversions to/from floatx80
Conversions between IEEE floating-point formats should convert signaling NaNs to quiet NaNs. Most of those in QEMU's softfloat code do so, b
softfloat: silence sNaN for conversions to/from floatx80
Conversions between IEEE floating-point formats should convert signaling NaNs to quiet NaNs. Most of those in QEMU's softfloat code do so, but those for floatx80 fail to. Fix those conversions to silence signaling NaNs as well.
Signed-off-by: Joseph Myers <joseph@codesourcery.com> Message-Id: <alpine.DEB.2.21.2005042336170.22972@digraph.polyomino.org.uk> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
show more ...
|