some initial math asm for armhf (fabs[f] and sqrt[f])
[musl] / src / math / armhf / fabs.s
1 .text
2 .global fabs
3 .type   fabs,%function
4 fabs:
5         vabs.f64 d0, d0
6         bx lr