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

2011-01-04 Thread Aurelien Jarno
Peter Maydell a écrit : > On 4 January 2011 15:15, Aurelien Jarno wrote: >> Implement the correct NaN propagation rules for ARM targets by >> providing an appropriate pickNaN function. > > I think you mean "PPC targets" :-) Yes, cut and paste... -- Aurelien Jarno GPG:

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

2011-01-04 Thread Peter Maydell
On 4 January 2011 15:15, Aurelien Jarno wrote: > Implement the correct NaN propagation rules for ARM targets by > providing an appropriate pickNaN function. I think you mean "PPC targets" :-) -- PMM

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

2011-01-04 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