target/m68k: implement flog2
commit67b453ed73fe65949c24e6ca2b43f6816a89a301
authorLaurent Vivier <laurent@vivier.eu>
Mon, 5 Mar 2018 20:39:07 +0000 (5 21:39 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 9 Mar 2018 14:50:38 +0000 (9 15:50 +0100)
tree29dedbbff941898a4ec0f97422ff2b8e28377505
parent248efb66fb88bc17c04a0d0f09a3539a43c80769
target/m68k: implement flog2

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

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