fix the type of CLOCKS_PER_SEC to match new clock_t type
[musl] / src / math / x86_64 / sqrt.s
1 .global sqrt
2 .type sqrt,@function
3 sqrt:   sqrtsd %xmm0, %xmm0
4         ret