math: rewrite modf.c and clean up modff.c
[musl] / src / math / x86_64 / rintl.s
1 .global rintl
2 .type rintl,@function
3 rintl:
4         fldt 8(%rsp)
5         frndint
6         ret