summaryrefslogtreecommitdiff
path: root/src/math/aarch64/sqrtf.s
blob: 1639497b06c8bbe27d55e51c248596c559333e6a (plain) (blame)
1
2
3
4
5
6
.text
.global sqrtf
.type   sqrtf,%function
sqrtf:
	fsqrt s0, s0
	ret