minor rintl.c fix: remove unsupported ldbl format message
[musl] / src / math / x86_64 / rintl.s
1 .global rintl
2 .type rintl,@function
3 rintl:
4         fldt 8(%rsp)
5         frndint
6         ret