Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | Convert _Complex tangent functions to generated code | Paul E. Murphy | 2016-08-19 | 1 | -50/+52 |
| | | | | | | This converts s_c{,a}tan{,h}{f,,l} into a single templated file c{,a}tan{,h}_template.c with the exception of alpha. | ||||
* | Prepare to convert _Complex tangent functions | Paul E. Murphy | 2016-08-19 | 1 | -0/+137 |
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. |