Re: [Qemu-devel] [PATCH v2 20/20] target-i386: switch to softfloat

2011-04-20 Thread Peter Maydell
On 20 April 2011 11:12, Aurelien Jarno wrote: > This increase the correctness (precision, NaN values, corner cases) on > non-x86 machines, and add the possibility to handle the exception > correctly. > > Signed-off-by: Aurelien Jarno > --- >  configure |    9 + >  1 files changed, 1 inser

[Qemu-devel] [PATCH v2 20/20] target-i386: switch to softfloat

2011-04-20 Thread Aurelien Jarno
This increase the correctness (precision, NaN values, corner cases) on non-x86 machines, and add the possibility to handle the exception correctly. Signed-off-by: Aurelien Jarno --- configure |9 + 1 files changed, 1 insertions(+), 8 deletions(-) v1 -> v2: remove case. diff --git a