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<laur...@vivier.eu>
---
  target/m68k/cpu.h        |  1 +
  target/m68k/fpu_helper.c | 35 +++++++++++++++++++++++++++++++++++
  target/m68k/helper.h     |  2 ++
  target/m68k/translate.c  |  6 ++++++
  4 files changed, 44 insertions(+)

Reviewed-by: Richard Henderson <r...@twiddle.net>


r~

Reply via email to