summaryrefslogtreecommitdiff
path: root/src/math/armhf/sqrt.s
blob: e38f060ddd7bf15d172884b122e8614ea8007980 (plain) (blame)
1
2
3
4
5
6
7
8
.syntax unified
.fpu vfp
.text
.global sqrt
.type   sqrt,%function
sqrt:
	vsqrt.f64 d0, d0
	bx lr