84e63867663da6fc290c31226e5fec4b6b873756
[musl] / src / math / i386 / llrintl.s
1 .global llrintl
2 .type llrintl,@function
3 llrintl:
4         fldt 4(%esp)
5         fistpl 4(%esp)
6         mov 4(%esp),%eax
7         mov 8(%esp),%edx
8         ret