x86_64 math asm, long double functions only
[musl] / src / math / x86_64 / acosl.s
1 .global acosl
2 .type acosl,@function
3 acosl:
4         fldt 8(%rsp)
5         fld1
6         fld %st(1)
7         fld1
8         fsubp
9         fxch %st(2)
10         faddp
11         fdivp
12         fsqrt
13         fld1
14         fxch %st(1)
15         fpatan
16         fld1
17         fld1
18         faddp
19         fmulp
20         ret