Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build of sincosl on machines where long double == double | 2018-03-12 | 1 | -1/+2 | |
| | | | | ok deraadt@ | ||||
* | Implement sicos(3), sincosf(3) and sincosl(3). These functions are common | 2018-03-10 | 1 | -0/+72 | |
extensions and modern compilers (such as clang) will use them to optimize separate calculations of sine and cosine. ok tom@, patrick@, deraadt@, jmc@ |