declare fpu usage to the assembler in arm hard-float asm files
[musl] / src / math / armhf / sqrtf.s
1 .fpu vfp
2 .text
3 .global sqrtf
4 .type   sqrtf,%function
5 sqrtf:
6         vsqrt.f32 s0, s0
7         bx lr