]> git.proxmox.com Git - mirror_qemu.git/commit
target/m68k: implement flognp1
authorLaurent Vivier <laurent@vivier.eu>
Mon, 5 Mar 2018 20:39:04 +0000 (21:39 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 9 Mar 2018 14:50:36 +0000 (15:50 +0100)
commit4b5c65b8f02a057bc1b77839b5012544f96fec80
tree4c28b87d667c8222d469eec4140c83af6df5d3f3
parent9a069775a8087cbd6fa8c479b69be8d37bd90351
target/m68k: implement flognp1

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

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20180305203910.10391-3-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 [new file with mode: 0644]
target/m68k/translate.c