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