math: x86_64 version of expl, fixed some comments in the i386 version
[musl] / src / math / i386 / lrintl.s
1 .global lrintl
2 .type lrintl,@function
3 lrintl:
4         fldt 4(%esp)
5         fistpl 4(%esp)
6         mov 4(%esp),%eax
7         ret