math: move x86_64 exp2l implementation to exp2l.s from expl.s
[musl] / src / math / x86_64 / lrint.s
1 .global lrint
2 .type lrint,@function
3 lrint:
4         cvtsd2si %xmm0,%rax
5         ret