Joseph Myers writes:
> On Fri, 1 May 2020, Alex Bennée wrote:
>
>> OK - so these only turn up in i386?
>
> Patch 1, silencing sNaN, is about generic semantics of IEEE floating-point
> conversions (which are implemented correctly in various other cases in
> QEMU), and would be equally applicab
On Fri, 1 May 2020, Alex Bennée wrote:
> OK - so these only turn up in i386?
Patch 1, silencing sNaN, is about generic semantics of IEEE floating-point
conversions (which are implemented correctly in various other cases in
QEMU), and would be equally applicable to m68k (I believe, without havin
Joseph Myers writes:
> On Fri, 1 May 2020, Alex Bennée wrote:
>
>>
>> Joseph Myers writes:
>>
>> > The softfloat floatx80 comparisons fail to allow for pseudo-denormals,
>> > which should compare equal to corresponding values with biased
>> > exponent 1 rather than 0. Add an adjustment for
On Fri, 1 May 2020, Alex Bennée wrote:
>
> Joseph Myers writes:
>
> > The softfloat floatx80 comparisons fail to allow for pseudo-denormals,
> > which should compare equal to corresponding values with biased
> > exponent 1 rather than 0. Add an adjustment for that case when
> > comparing numbe
Joseph Myers writes:
> The softfloat floatx80 comparisons fail to allow for pseudo-denormals,
> which should compare equal to corresponding values with biased
> exponent 1 rather than 0. Add an adjustment for that case when
> comparing numbers with the same sign.
>
> Note that this fix only ch
The softfloat floatx80 comparisons fail to allow for pseudo-denormals,
which should compare equal to corresponding values with biased
exponent 1 rather than 0. Add an adjustment for that case when
comparing numbers with the same sign.
Note that this fix only changes floatx80_compare_internal, not