about summary refs log tree commit diff
path: root/math/s_fdim_template.c
Commit message (Collapse)AuthorAgeFilesLines
* Make common fdim implementation generic.Paul E. Murphy2016-09-011-0/+40
The only difference is the usage of math_narrow_eval when building s_fdiml.c. This should be harmless for long double, but I did observe some code generation changes on m68k, but lack the resources to test it. Likewise, to more easily support overriding symbol generation, the aliasing macros are always conditionally defined on their absence to reduce boilerplate. I also ran builds for i486, ppc64, sparcv9, aarch64, s390x and observed no changes to s_fdim* objects.