add aarch64 port
[musl] / src / math / aarch64 / sqrt.s
1 .text
2 .global sqrt
3 .type   sqrt,%function
4 sqrt:
5         fsqrt d0, d0
6         ret