about summary refs log tree commit diff
path: root/math/s_csqrt_template.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert remaining complex function to generated filesPaul E. Murphy2016-08-291-53/+52
| | | | | | Convert cpow, clog, clog10, cexp, csqrt, and cproj functions into generated templates. Note, ldbl-opt still retains s_clog10l.c as the aliasing rules are non-trivial.
* Prepare to convert remaining _Complex functionsPaul E. Murphy2016-08-291-0/+165
This patch has no function changes, except to ensure the git history correctly tracks the changes to convert the double version of these functions into a templated version.