On 20.12.2017 19:25, Laurent Vivier wrote: > Le 23/11/2017 à 17:35, Laurent Vivier a écrit : >> Implement fmod, frem, fscale, fgetman and fgetexp. >> >> Instead of using functions of libm (v1 of this series) >> and converting between host long double and floatx80 type >> the new version (v2) adds new floatx80 functions in softfloat. >> >> All the floatx80 functions are copied from "Previous", >> the NeXT Computer Emulator, and written by Andreas Grabher. >> >> Laurent Vivier (5): >> softfloat: add floatx80_mod() >> target/m68k: add fmod/frem >> softfloat: use floatx80_infinity in softfloat >> softfloat: add floatx80_getman(), floatx80_getexp(), floatx80_scale() >> target-m68k: add fscale, fgetman and fgetexp >> >> fpu/softfloat-specialize.h | 29 +++++ >> fpu/softfloat.c | 258 >> ++++++++++++++++++++++++++++++++++++++++++--- >> include/fpu/softfloat.h | 13 ++- >> target/m68k/cpu.h | 1 + >> target/m68k/fpu_helper.c | 48 +++++++++ >> target/m68k/helper.h | 5 + >> target/m68k/translate.c | 15 +++ >> 7 files changed, 355 insertions(+), 14 deletions(-) >> > > I have 37 more patches coming to implement FPU for m68k. I'd really like > to go forward with that. Can I have a 'yes' or a 'no' for these 5 simple > patches? and perhaps a merge?
IMHO the patch series is OK. So maybe simply send a pull request to Peter (if there are no further other objections)? Thomas