]> git.proxmox.com Git - mirror_qemu.git/commit
target/m68k: implement flogn
authorLaurent Vivier <laurent@vivier.eu>
Mon, 5 Mar 2018 20:39:05 +0000 (21:39 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 9 Mar 2018 14:50:38 +0000 (15:50 +0100)
commit50067bd16fead5d78a283130efbf3e3b026de450
tree23ad68be63442786bf3768c0353bf0d7b710d6aa
parent4b5c65b8f02a057bc1b77839b5012544f96fec80
target/m68k: implement flogn

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

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