summaryrefslogtreecommitdiff
path: root/src/math/x32/asinl.s
blob: 7fe9f1276a00cc83caf99a6785409bf1d4b084b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.global asinl
.type asinl,@function
asinl:
	fldt 8(%esp)
1:	fld %st(0)
	fld1
	fsub %st(0),%st(1)
	fadd %st(2)
	fmulp
	fsqrt
	fpatan
	ret