Re: [Qemu-devel] [PATCH 5/6] softfloat: reimplement SNAN_BIT_IS_ONE support

2014-12-11 Thread Peter Maydell
On 11 December 2014 at 16:41, Maciej W. Rozycki wrote: > -- notice the reintroduction of the different, wrong default NaN encoding > patterns. Will you be sending an update shortly so that I can schedule > my MIPS IEEE 754-2008 testing tonight? Ah, yes, as you point out these are all actually no

Re: [Qemu-devel] [PATCH 5/6] softfloat: reimplement SNAN_BIT_IS_ONE support

2014-12-11 Thread Maciej W. Rozycki
Peter, > Reimplement support for architectures where the most significant bit > in the mantissa is 1 for a signaling NaN rather than a quiet NaN, > by adding handling for SNAN_BIT_IS_ONE being set to the functions > which test values for NaN-ness. > > This includes restoring the bugfixes lost in

[Qemu-devel] [PATCH 5/6] softfloat: reimplement SNAN_BIT_IS_ONE support

2014-11-25 Thread Peter Maydell
Reimplement support for architectures where the most significant bit in the mantissa is 1 for a signaling NaN rather than a quiet NaN, by adding handling for SNAN_BIT_IS_ONE being set to the functions which test values for NaN-ness. This includes restoring the bugfixes lost in the reversion where