summaryrefslogblamecommitdiff
path: root/src/math/x86_64/acosl.s
blob: db68d2de268cd83498e0ad43bfababdb2790608d (plain) (tree)
1
2
3
4
5
6
7
8
9







                     
             

                   
             





              
.global acosl
.type acosl,@function
acosl:
	fldt 8(%rsp)
	fld1
	fld %st(1)
	fld1
	fsubp
	fsqrt
	fxch %st(2)
	faddp
	fsqrt
	fpatan
	fld1
	fld1
	faddp
	fmulp
	ret