about summary refs log tree commit diff
path: root/math/s_cacos_template.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert _Complex cosine functions to generated codePaul E. Murphy2016-08-191-14/+15
| | | | | | This is fairly straight fowards. m68k overrides are updated to use the framework, and thus are simplified a bit.
* Prepare to convert _Complex cosine functionsPaul E. Murphy2016-08-191-0/+58
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.