support ld80 pseudo-denormal invalid bit patterns; treat them as nan
[musl] / src / math / i386 / llrint.s
1 .global llrint
2 .type llrint,@function
3 llrint:
4         fldl 4(%esp)
5         fistpll 4(%esp)
6         mov 4(%esp),%eax
7         mov 8(%esp),%edx
8         ret