summaryrefslogtreecommitdiff
path: root/src/math/aarch64/fabs.s
blob: 8c04d0917732f7ab088a36ef653e951f8b5f1a80 (plain) (blame)
1
2
3
4
5
6
.text
.global fabs
.type   fabs,%function
fabs:
	fabs d0, d0
	ret