qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/4] softfloat: silence sNaN for conversions to/from floatx80


From: Richard Henderson
Subject: Re: [PATCH 1/4] softfloat: silence sNaN for conversions to/from floatx80
Date: Fri, 1 May 2020 09:57:02 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 5/1/20 9:17 AM, Alex Bennée wrote:
> Ideally we want to
> convert the extF80 and f128 code to use the newer FloatParts code which
> is pretty robustly tested now. However the trick would be finding a way
> to do that that doesn't involve break or regressing the performance for
> the f16/32/64 cases. Just using a union causes all sorts of problems.

Yep.  Doing this conversion is the only way we'll ever fix the issue that
Joseph points out for the difference between m68k and i686 fp format.

> Anyway I'd settle for fixing the old style code and enabling the tests
> we can.

Yep.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]