90f74a92b67a51d247b532ac4aca1a7c94490356
[musl] / src / math / armhf / sqrt.s
1 .fpu vfp
2 .text
3 .global sqrt
4 .type   sqrt,%function
5 sqrt:
6         vsqrt.f64 d0, d0
7         bx lr