remove another invalid skip of locking in ungetwc
[oweals/musl.git] / src / math / aarch64 / sqrtf.s
1 .text
2 .global sqrtf
3 .type   sqrtf,%function
4 sqrtf:
5         fsqrt s0, s0
6         ret