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