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