Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-29 | Convert remaining complex function to generated files | Paul E. Murphy | |
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. | |||
2016-08-29 | Prepare to convert remaining _Complex functions | Paul E. Murphy | |
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. |