math: fix lrintl.s on x86_64 (use movslq to signextend the result)
[musl] / src / math / x86_64 / exp2l.s
2013-09-05 Szabolcs Nagymath: fix exp2l asm on x86 (raise underflow correctly)
2012-12-16 Szabolcs Nagymath: move x86_64 exp2l implementation to exp2l.s from...
2012-03-21 Rich Felkerx86_64 math asm, long double functions only