keep user-provided CFLAGS/LDFLAGS separate from those added by configure
[musl] / src / math / aarch64 / sqrtf.s
1 .text
2 .global sqrtf
3 .type   sqrtf,%function
4 sqrtf:
5         fsqrt s0, s0
6         ret