Re: [Qemu-devel] [PATCH 3/4] target/m68k: add fmod/frem

2017-07-03 Thread Richard Henderson
On 07/03/2017 09:23 AM, Laurent Vivier wrote: Use libm functions fmodl() and remainderl(). The quotient byte of the FPSR is updated with the result of the operation. Signed-off-by: Laurent Vivier --- target/m68k/cpu.h| 1 + target/m68k/fpu_helper.c | 35

[Qemu-devel] [PATCH 3/4] target/m68k: add fmod/frem

2017-07-03 Thread Laurent Vivier
Use libm functions fmodl() and remainderl(). The quotient byte of the FPSR is updated with the result of the operation. Signed-off-by: Laurent Vivier --- target/m68k/cpu.h| 1 + target/m68k/fpu_helper.c | 35 +++ target/m68k/helper.h