make type of st_dev explicitly dev_t in x86_64 stat.h
[musl] / src / math / armhf / sqrt.s
1 .text
2 .global sqrt
3 .type   sqrt,%function
4 sqrt:
5         vsqrt.f64 d0, d0
6         bx lr