about summary refs log tree commit diff
path: root/src/math/x86_64/exp2l.s
Commit message (Expand)AuthorAgeFilesLines
* fix regression in x86_64 math asm with old binutilsRich Felker2015-04-231-3/+3
* math: fix x86_64 and x32 asm not to use sahf instructionSzabolcs Nagy2014-11-051-10/+3
* math: fix expm1l on x86_64 (avoid underflow for large negative x)Szabolcs Nagy2013-09-051-1/+11
* math: fix exp2l asm on x86 (raise underflow correctly)Szabolcs Nagy2013-09-051-35/+40
* math: move x86_64 exp2l implementation to exp2l.s from expl.sSzabolcs Nagy2012-12-161-1/+75
* x86_64 math asm, long double functions onlyRich Felker2012-03-201-0/+1