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