math: rewrite remainder functions (remainder, remquo, fmod, modf)
[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