]> git.proxmox.com Git - mirror_qemu.git/commit
target/m68k: implement ftan
authorLaurent Vivier <laurent@vivier.eu>
Mon, 12 Mar 2018 20:27:18 +0000 (21:27 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 13 Mar 2018 15:33:34 +0000 (16:33 +0100)
commit273401809c8a8330e5430f2c958467efa7079b2c
tree5e2cece381041923ba337891a04c788c4c2ef092
parent59667bb167f773965ce6547352f312eff0d4d523
target/m68k: implement ftan

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

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20180312202728.23790-2-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