improve abort fallback behavior when raising SIGABRT fails to terminate
[musl] / src / math / aarch64 / sqrtf.s
1 .text
2 .global sqrtf
3 .type   sqrtf,%function
4 sqrtf:
5         fsqrt s0, s0
6         ret