about summary refs log tree commit diff
path: root/math/w_log1p_template.c
Commit message (Collapse)AuthorAgeFilesLines
* Make w_log1p type-genericGabriel F. T. Gomes2016-12-141-0/+36
This patch converts the wrapper log1p (which set errno directly rather than doing anything with __kernel_standard) to use the type-generic template machinery, in the same way that has been done for ilogb. Tested for powerpc64le, s390, and x86_64.