math: move x86_64 exp2l implementation to exp2l.s from expl.s
[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