math: raise flags in log2l.c on <= 0 arguments, and fix volatile
[musl] / src / math / x86_64 / rintl.s
1 .global rintl
2 .type rintl,@function
3 rintl:
4         fldt 8(%rsp)
5         frndint
6         ret