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