repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use USER_CPPFLAGS
[AROS.git]
/
arch
/
m68k-all
/
stdc
/
math
/
s_tanh-881.s
blob
50dcefd488210bd12b58f33594ccfe1a2b1e730f
1
# Copyright © 2018, The AROS Development Team. All rights reserved.
2
# $Id$
3
#include "aros/m68k/asm.h"
4
5
.text
6
.balign 4
7
.globl AROS_SLIB_ENTRY(tanh881, STDC, 142)
8
_FUNCTION
(
AROS_SLIB_ENTRY
(
tanh881
,
STDC
,
142
))
9
10
AROS_SLIB_ENTRY
(
tanh881
,
STDC
,
142
):
11
fmove.s
%
d0
,%
fp0
12
ftanh.x
%
fp0
13
fmove.s
%
fp0
,%
d0
14
rts