summaryrefslogtreecommitdiff
path: root/src/math/x32/fabsl.s
blob: 4f215df5c63739204c0e227e09971075ace8c063 (plain) (blame)
1
2
3
4
5
6
.global fabsl
.type fabsl,@function
fabsl:
	fldt 8(%esp)
	fabs
	ret