fix type issues in stdint.h so underlying types of 64-bit types match ABI
[musl] / src / math / x86_64 / lrintl.s
1 .global lrintl
2 .type lrintl,@function
3 lrintl:
4         fldt 8(%rsp)
5         fistpl 8(%rsp)
6         mov 8(%rsp),%eax
7         ret