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

2011-04-19 Thread Peter Maydell
On 18 April 2011 22:00, Aurelien Jarno wrote: > diff --git a/configure b/configure > index da2da04..6e445b4 100755 > --- a/configure > +++ b/configure > @@ -3276,9 +3276,6 @@ if test ! -z "$gdb_xml_files" ; then >  fi > >  case "$target_arch2" in > -  i386|x86_64) > -    echo "CONFIG_NOSOFTFLOAT=y

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

2011-04-18 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 |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/configure b/configure index d