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