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