clock_gettime: add support for 32-bit vdso with 64-bit time_t
[musl] / src / math / x32 / lrintl.s
1 .global lrintl
2 .type lrintl,@function
3 lrintl:
4         fldt 8(%esp)
5         fistpll 8(%esp)
6         mov 8(%esp),%rax
7         ret