Re: [Qemu-devel] [PATCH 2/2] m68k: Implement 680x0 processors family 96 bit FPU

2015-06-22 Thread Andreas Schwab
Laurent Vivier writes: > +#if defined(TARGET_M68K) > +#define floatx80_default_nan_high 0x7FFF > +#define floatx80_default_nan_low LIT64(0x4000) The default NaN generated by the m68k FPU is all-bits-one (this is true for all formats). Andreas. -- Andreas Schwab, sch...@linux-m68k

[Qemu-devel] [PATCH 2/2] m68k: Implement 680x0 processors family 96 bit FPU

2015-06-21 Thread Laurent Vivier
Signed-off-by: Laurent Vivier --- configure | 2 +- fpu/softfloat-specialize.h | 48 ++- fpu/softfloat.c| 38 +- gdb-xml/m68k-fp.xml| 21 + include/fpu/softfloat.h| 11 +- target-m68k/cpu.c | 9 + target-m68k/cpu.h | 38 +- targe