On Wed, Dec 01, 2010 at 09:12:48AM -0800, Nathan Froyd wrote:
> 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 <peter.mayd...@linaro.org>
> 
> Reviewed-by: Nathan Froyd <froy...@codesourcery.com>

This looks good to me too.

Acked-by: Edgar E. Iglesias <edgar.igles...@gmail.com>

Cheers

Reply via email to