math: move x87-family fabs functions to C with inline asm
[musl] / src / math / x86_64 / exp2l.s
2015-04-23 Rich Felkerfix regression in x86_64 math asm with old binutils
2014-11-05 Szabolcs Nagymath: fix x86_64 and x32 asm not to use sahf instruction
2013-09-05 Szabolcs Nagymath: fix expm1l on x86_64 (avoid underflow for large...
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