remove another invalid skip of locking in ungetwc
[oweals/musl.git] / src / math / armhf / sqrt.s
1 .text
2 .global sqrt
3 .type   sqrt,%function
4 sqrt:
5         vsqrt.f64 d0, d0
6         bx lr