On Mon, Jan 03, 2011 at 03:34:33PM +0100, Aurelien Jarno wrote: > Implement the correct NaN propagation rules for ARM targets by > providing an appropriate pickNaN function. > > Also fix the #ifdef tests for default NaN definition, the correct name > is TARGET_PPC instead of TARGET_POWERPC.
Reviewed-by: Nathan Froyd <froy...@codesourcery.com> > + * A signaling NaN is always quietened before returning it. I think "silenced" is more natural here, but I can understand preferring "quiet" in keeping with NaN terminology. -Nathan