qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH] softfloat: fix floatx80_is_{quiet, signaling}_n


From: Peter Maydell
Subject: [Qemu-devel] Re: [PATCH] softfloat: fix floatx80_is_{quiet, signaling}_nan()
Date: Thu, 13 Jan 2011 06:15:57 -0600

On 13 January 2011 01:31, Aurelien Jarno <address@hidden> wrote:
> On Wed, Jan 12, 2011 at 03:05:10PM -0600, Peter Maydell wrote:
>> Actually, will
>>   return ((a.high & 0x7fff) == 0x7fff) && (a.low >= 
>> LIT64(0x4000000000000000));
>> do? Untested but I think it will do the right thing. I'm not sure
>
> The explicit bit might be one for a NaN, so you should filter it first.

Whoops, yes, explicit-bit-set but signalling-bit-clear would be
a false positive.

-- PMM



reply via email to

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