Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | log10: Use sw implementation from amd builtins | Jan Vesely | 2018-04-23 | 1 | -0/+133 |
* | pow: Port from amd_builtins | Jan Vesely | 2018-01-17 | 1 | -0/+657 |
* | math: Add expm1 builtin function | Aaron Watry | 2017-01-18 | 1 | -0/+138 |
* | Implement cbrt builtin | Tom Stellard | 2016-07-22 | 1 | -0/+665 |
* | Implement cosh builtin | Tom Stellard | 2016-07-22 | 1 | -0/+125 |
* | Implement accurate log2 function | Tom Stellard | 2015-07-24 | 1 | -0/+132 |
* | Implement exp2 using OpenCL C rather than using an intrinsic | Tom Stellard | 2015-05-13 | 1 | -0/+70 |
* | Implement cos for double types | Tom Stellard | 2015-05-12 | 1 | -0/+20 |
* | Implement atan2 for doubles | Tom Stellard | 2015-05-12 | 1 | -0/+253 |
* | Implement log1p builtin | Tom Stellard | 2014-10-07 | 1 | -0/+366 |