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