mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
target/m68k: implement ftwotox
Using a local m68k floatx80_twotox() [copied from previous: Written by Andreas Grabher for Previous, NeXT Computer Emulator.] Signed-off-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20180305203910.10391-8-laurent@vivier.eu>
This commit is contained in:
parent
40ad087330
commit
068f161536
6 changed files with 244 additions and 0 deletions
|
@ -32,4 +32,5 @@ floatx80 floatx80_logn(floatx80 a, float_status *status);
|
|||
floatx80 floatx80_log10(floatx80 a, float_status *status);
|
||||
floatx80 floatx80_log2(floatx80 a, float_status *status);
|
||||
floatx80 floatx80_etox(floatx80 a, float_status *status);
|
||||
floatx80 floatx80_twotox(floatx80 a, float_status *status);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue