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