summaryrefslogtreecommitdiff
path: root/src/math/x86_64/acosl.s
blob: 92c2987079067f1e3a100db0f0c59c83688d5e8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.global acosl
.type acosl,@function
acosl:
	fldt 8(%rsp)
	fld1
	fld %st(1)
	fld1
	fsubp
	fxch %st(2)
	faddp
	fdivp
	fsqrt
	fld1
	fxch %st(1)
	fpatan
	fld1
	fld1
	faddp
	fmulp
	ret