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