remove i386 asm for single and double precision exp-family functions
these did not truncate excess precision in the return value. fixing them looks like considerable work, and the current C code seems to outperform them significantly anyway. long double functions are left in place because they are not subject to excess precision issues and probably better than the C code.
Showing
src/math/i386/exp.c
已删除
100644 → 0
src/math/i386/exp2.s
已删除
100644 → 0
src/math/i386/exp2f.s
已删除
100644 → 0
src/math/i386/expf.s
已删除
100644 → 0
src/math/i386/expm1.s
已删除
100644 → 0
src/math/i386/expm1f.s
已删除
100644 → 0
想要评论请 注册 或 登录