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