clock_gettime: add support for 32-bit vdso with 64-bit time_t
[musl] / src / math / x32 / llrint.s
1 .global llrint
2 .type llrint,@function
3 llrint:
4         cvtsd2si %xmm0,%rax
5         ret