summaryrefslogtreecommitdiff
path: root/src/math/i386/fabs.s
blob: d66ea9a19f34cd22d4bdcc571a471e8e983f8cee (plain) (blame)
1
2
3
4
5
6
.global fabs
.type fabs,@function
fabs:
	fldl 4(%esp)
	fabs
	ret