qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 2/2] fpu/softfloat: raise float_invalid for N


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2 2/2] fpu/softfloat: raise float_invalid for NaN/Inf in round_to_int_and_pack
Date: Fri, 13 Apr 2018 15:07:41 +0100

On 13 April 2018 at 15:06, Bastian Koppelmann
<address@hidden> wrote:
> On 04/13/2018 04:03 PM, Alex Bennée wrote:
>> The re-factor broke the raising of INVALID when NaN/Inf is passed to
>> the float_to_int conversion functions. round_to_uint_and_pack got this
>> right for NaN but also missed out the Inf handling.
>>
>> Fixes https://bugs.launchpad.net/qemu/+bug/1759264
>>
>> Signed-off-by: Alex Bennée <address@hidden>
>> Cc: Bastian Koppelmann <address@hidden>
>> ---
>>  fpu/softfloat.c | 3 +++
>>  1 file changed, 3 insertions(+)
>>
>
> Reviewed-by: Bastian Koppelmann <address@hidden>

Could you run your tricore test case with this patch? I think
Alex was having difficulty getting that running...

thanks
--  PMM



reply via email to

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