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