From: CVS <do...@th...> - 2002-09-15 18:21:23
|
Update of /cvs/BasiliskII/src/uae_cpu/fpu Modified Files: fpu_ieee.cpp mathlib.h types.h Log Message: Fix "ieee" FPU core on big endian and without long double > double support - Handle conversions to/from host double for m68k long doubles formats - Make mathlib aware of sizeof(long double) == sizeof(double) arches - Attempt to fix FSCALE implementation |