| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement half_rsqrt builtin v3 | Tom Stellard | 2015-05-08 | 1 | -0/+1 |
| * | Move ldexp soft implementation to a separate file | Jan Vesely | 2015-05-06 | 1 | -0/+1 |
| * | Implement sinpi builtin | Jan Vesely | 2015-05-06 | 1 | -0/+1 |
| * | math: Add ldexp implementation | Tom Stellard | 2015-05-06 | 1 | -0/+1 |
| * | Implement fract builtin | Tom Stellard | 2015-04-23 | 1 | -0/+1 |
| * | configure: Add --enable-runtime-subnormal option | Tom Stellard | 2015-04-20 | 1 | -0/+2 |
| * | Implement atanh builtin | Tom Stellard | 2015-04-07 | 1 | -0/+1 |
| * | Implement acosh builtin | Tom Stellard | 2015-04-07 | 1 | -0/+1 |
| * | Implement atanpi builtin | Tom Stellard | 2015-04-02 | 1 | -0/+1 |
| * | Implement asinpi builtin | Tom Stellard | 2015-04-02 | 1 | -0/+1 |
| * | Implement asinh builtin | Tom Stellard | 2015-04-02 | 1 | -0/+2 |
| * | Implement acospi builtin | Tom Stellard | 2015-04-02 | 1 | -0/+1 |
| * | Implement fast_distance builtin | Tom Stellard | 2015-03-23 | 1 | -0/+1 |
| * | Implement fast_length builtin | Tom Stellard | 2015-03-23 | 1 | -0/+1 |
| * | Implement half_sqrt builtin v2 | Tom Stellard | 2015-03-23 | 1 | -0/+1 |
| * | Implement distance builtin v2 | Tom Stellard | 2015-03-23 | 1 | -0/+1 |
| * | math: Implement erfc | Aaron Watry | 2015-03-18 | 1 | -0/+1 |
| * | Fix bitselect for float/double types v2 | Tom Stellard | 2015-03-05 | 1 | -0/+1 |
| * | Move mix from math to common | Aaron Watry | 2015-03-03 | 1 | -1/+1 |
| * | Implement step builtin | Tom Stellard | 2015-03-02 | 1 | -0/+1 |
| * | Implement smoothstep builtin v2 | Tom Stellard | 2015-03-02 | 1 | -0/+1 |
| * | Implement radians builtin v2 | Tom Stellard | 2015-03-02 | 1 | -0/+1 |
| * | Implement degrees builtin v2 | Tom Stellard | 2015-03-02 | 1 | -0/+1 |
| * | libclc/math: Add cospi | Aaron Watry | 2015-02-26 | 1 | -0/+1 |
| * | Implement log10 | Jan Vesely | 2015-01-30 | 1 | -0/+1 |
| * | Implement log1p builtin | Tom Stellard | 2014-10-07 | 1 | -0/+2 |
| * | Implement fmod | Jan Vesely | 2014-10-05 | 1 | -0/+1 |
| * | Implement async_work_group_copy builtin v3 | Tom Stellard | 2014-10-03 | 1 | -0/+1 |
| * | Implement async_work_group_strided_copy builtin v2 | Tom Stellard | 2014-10-03 | 1 | -0/+1 |
| * | Implement wait_group_events builtin v2 | Tom Stellard | 2014-10-03 | 1 | -0/+1 |
| * | atomic: Add generic atom[ic]_cmpxchg | Aaron Watry | 2014-09-16 | 1 | -0/+2 |
| * | atomic: Implement generic atom[ic]_xchg | Aaron Watry | 2014-09-16 | 1 | -0/+3 |
| * | atomic: Add generic atomic_min implementation | Aaron Watry | 2014-09-16 | 1 | -0/+2 |
| * | atomic: Add generic atom[ic]_xor | Aaron Watry | 2014-09-16 | 1 | -0/+2 |
| * | atomic: Add atom[ic]_or | Aaron Watry | 2014-09-16 | 1 | -0/+2 |
| * | atomics: Add generic atom[ic]_and | Aaron Watry | 2014-09-16 | 1 | -0/+2 |
| * | atomic: Add generic implementation of atom[ic]_max | Aaron Watry | 2014-09-16 | 1 | -0/+2 |
| * | atomic: define extension functions for existing atomic implementations | Aaron Watry | 2014-09-16 | 1 | -0/+4 |
| * | math: Add tan implementation | Aaron Watry | 2014-09-10 | 1 | -0/+1 |
| * | math: Add asin implementation | Aaron Watry | 2014-09-10 | 1 | -0/+1 |
| * | math: Add acos implementation | Aaron Watry | 2014-09-10 | 1 | -0/+1 |
| * | add isordered builtin | Jan Vesely | 2014-09-05 | 1 | -0/+1 |
| * | add isunordered builtin | Jan Vesely | 2014-09-05 | 1 | -0/+1 |
| * | add islessgreater builtin | Jan Vesely | 2014-09-05 | 1 | -0/+1 |
| * | add isnormal builtin | Jan Vesely | 2014-09-05 | 1 | -0/+1 |
| * | add isfinite builtin | Jan Vesely | 2014-09-05 | 1 | -0/+1 |
| * | Implement isinf builtin | Tom Stellard | 2014-09-03 | 1 | -0/+1 |
| * | Fix implementation of copysign | Tom Stellard | 2014-09-03 | 1 | -0/+1 |
| * | Implement generic mad_sat | Jan Vesely | 2014-09-02 | 1 | -0/+1 |
| * | Revert "Implement generic mad_sat" | Aaron Watry | 2014-08-23 | 1 | -1/+0 |

