qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH] softfloat: Rename float*_is_nan() functions to


From: Nathan Froyd
Subject: [Qemu-devel] Re: [PATCH] softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()
Date: Wed, 1 Dec 2010 09:12:48 -0800
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

On Tue, Nov 30, 2010 at 11:25:33AM +0000, Peter Maydell wrote:
> The softfloat functions float*_is_nan() were badly misnamed,
> because they return true only for quiet NaNs, not for all NaNs.
> Rename them to float*_is_quiet_nan() to more accurately reflect
> what they do.
> 
> This change was produced by:
>  perl -p -i -e 's/_is_nan/_is_quiet_nan/g' $(git grep -l is_nan)
> (with the results manually checked.)
> 
> Signed-off-by: Peter Maydell <address@hidden>

Reviewed-by: Nathan Froyd <address@hidden>

Thank you for doing this.

-Nathan



reply via email to

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