x86_64 math asm, long double functions only
[musl] / src / math / x86_64 / rintl.s
1 .global rintl
2 .type rintl,@function
3 rintl:
4         fldt 8(%rsp)
5         frndint
6         ret