Re: [Qemu-devel] [PATCH 6/6] target-ppc: Implement correct NaN propagation rules

2011-01-05 Thread Nathan Froyd
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. Revie

[Qemu-devel] [PATCH 6/6] target-ppc: Implement correct NaN propagation rules

2011-01-03 Thread Aurelien Jarno
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. Cc: Alexander Graf Signed-off-by: Aurelien Jarno --- fpu/softfloat-specializ