target/m68k: implement fatan
commit8c992abc892c90caf1d4dd5b4482cda052a280ba
authorLaurent Vivier <laurent@vivier.eu>
Mon, 12 Mar 2018 20:27:22 +0000 (12 21:27 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 13 Mar 2018 15:34:16 +0000 (13 16:34 +0100)
tree127e83d9982c53b2c67e0c45cabf00463686eb5d
parent47446c9ce34b6685ffe20e829ff6c9aaefd3af0a
target/m68k: implement fatan

Using a local m68k floatx80_atan()
[copied from previous:
Written by Andreas Grabher for Previous, NeXT Computer Emulator.]

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20180312202728.23790-6-laurent@vivier.eu>
target/m68k/fpu_helper.c
target/m68k/helper.h
target/m68k/softfloat.c
target/m68k/softfloat.h
target/m68k/softfloat_fpsp_tables.h
target/m68k/translate.c