summaryrefslogblamecommitdiff
path: root/src/math/i386/fabsl.s
blob: ceef9e4cc062011b5ece28125fdc970cc9aaba5b (plain) (tree)
1
2
3
4
5
6





                     
.global fabsl
.type fabsl,@function
fabsl:
	fldt 4(%esp)
	fabs
	ret