repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl.git]
/
src
/
math
/
x86_64
/
acosl.s
blob
88e01b49a2bbe72cbb3332e15fa71a9134a4a99c
1
# see ../i386/acos.s
2
3
.global acosl
4
.type acosl,@function
5
acosl
:
6
fldt
8
(%
rsp
)
7
1
:
fld
%
st
(
0
)
8
fld1
9
fsub
%
st
(
0
),%
st
(
1
)
10
fadd
%
st
(
2
)
11
fmulp
12
fsqrt
13
fabs
14
fxch
%
st
(
1
)
15
fpatan
16
ret