mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
target/m68k: implement fatan
Using a local m68k floatx80_atan() [copied from previous: Written by Andreas Grabher for Previous, NeXT Computer Emulator.] Signed-off-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20180312202728.23790-6-laurent@vivier.eu>
This commit is contained in:
parent
47446c9ce3
commit
8c992abc89
6 changed files with 341 additions and 0 deletions
|
@ -37,4 +37,5 @@ floatx80 floatx80_tentox(floatx80 a, float_status *status);
|
|||
floatx80 floatx80_tan(floatx80 a, float_status *status);
|
||||
floatx80 floatx80_sin(floatx80 a, float_status *status);
|
||||
floatx80 floatx80_cos(floatx80 a, float_status *status);
|
||||
floatx80 floatx80_atan(floatx80 a, float_status *status);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue