mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
target/m68k: implement fatanh
Using a local m68k floatx80_atanh() [copied from previous: Written by Andreas Grabher for Previous, NeXT Computer Emulator.] Signed-off-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20180312202728.23790-9-laurent@vivier.eu>
This commit is contained in:
parent
c84813b807
commit
e3655afa13
5 changed files with 75 additions and 0 deletions
|
@ -40,4 +40,5 @@ floatx80 floatx80_cos(floatx80 a, float_status *status);
|
|||
floatx80 floatx80_atan(floatx80 a, float_status *status);
|
||||
floatx80 floatx80_asin(floatx80 a, float_status *status);
|
||||
floatx80 floatx80_acos(floatx80 a, float_status *status);
|
||||
floatx80 floatx80_atanh(floatx80 a, float_status *status);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue