about summary refs log tree commit diff
path: root/src/math/armhf/sqrt.s
blob: 99fe64b90b8439f6a16922e48e193cbb3a4cb7da (plain) (blame)
1
2
3
4
5
6
.text
.global sqrt
.type   sqrt,%function
sqrt:
	vsqrt.f64 d0, d0
	bx lr