about summary refs log tree commit diff
path: root/src/math/i386/exp.c
Commit message (Collapse)AuthorAgeFilesLines
* remove i386 asm for single and double precision exp-family functionsRich Felker2020-02-061-1/+0
| | | | | | | | | 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.
* rename i386 exp.s to exp_ld.sRich Felker2020-02-061-0/+1
this commit is for the sake of reviewable history.