]> git.proxmox.com Git - mirror_qemu.git/commit
target/m68k: implement fcosh
authorLaurent Vivier <laurent@vivier.eu>
Mon, 12 Mar 2018 20:27:28 +0000 (21:27 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 13 Mar 2018 15:35:05 +0000 (16:35 +0100)
commit02f9124ebe26c36f0f7ed58085bd963e4372b2cd
tree64cff26a5131311b80c081b3500e0bbf37aa0443
parenteee6b892a6063c2807ecf33a2f62a8d7cca7652c
target/m68k: implement fcosh

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

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