math: fix logb(-0.0) in downward rounding mode
[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