Age | Commit message (Expand) | Author | Files | Lines |
2013-05-24 | libclc: Initial vstore implementation | Aaron Watry | 2 | -0/+37 |
2013-05-24 | libclc: Initial vload implementation | Aaron Watry | 2 | -0/+38 |
2013-04-19 | libclc: Implement clz() builtin | Aaron Watry | 3 | -0/+4 |
2013-04-19 | libclc: Add clamp(vec, scalar, scalar) and max(vec, scalar) | Aaron Watry | 2 | -0/+8 |
2013-04-19 | libclc: Implement the min(vec, scalar) version of the min builtin. | Aaron Watry | 3 | -0/+35 |
2013-04-19 | libclc: implement initial version of min() | Aaron Watry | 3 | -0/+7 |
2013-04-08 | Simplify rotate implementation a bit.. | Aaron Watry | 1 | -0/+16 |
2013-04-08 | libclc: implement rotate builtin | Aaron Watry | 4 | -0/+15 |
2013-04-08 | libclc: Move max builtin to shared/ | Aaron Watry | 6 | -7/+6 |
2013-04-08 | libclc: Add clamp() builtin for integer/floating point | Aaron Watry | 3 | -0/+9 |
2013-04-08 | libclc: Add max() builtin function | Aaron Watry | 5 | -0/+8 |
2013-02-11 | Implement ceil() builtinllvm-3.2 | Tom Stellard | 2 | -0/+7 |
2013-02-11 | Implement fmax() and fmin() builtins | Tom Stellard | 5 | -0/+34 |
2013-02-11 | Remove the static keyword from the _CLC_INLINE macro | Tom Stellard | 1 | -1/+1 |
2013-02-11 | Fix typo in include/clc/geometric/length.inc | Tom Stellard | 1 | -1/+1 |
2012-10-08 | Implement any() builtin. Patch by Tom Stellard! | Peter Collingbourne | 2 | -0/+17 |
2012-10-08 | Add native_powr builtin. Patch by Tom Stellard! | Peter Collingbourne | 2 | -0/+2 |
2012-08-21 | Add rsqrt builtin. Based on patch by Cassie Epps! | Peter Collingbourne | 2 | -0/+2 |
2012-08-21 | Add floor builtin. Patch by Cassie Epps! | Peter Collingbourne | 2 | -0/+7 |
2012-08-05 | PTX: move implementations of work-item and synchronisation functions | Peter Collingbourne | 7 | -0/+7 |
2012-08-05 | Implement sub_sat builtin. Patch by Lei Mou! | Peter Collingbourne | 3 | -0/+4 |
2012-05-29 | Add pow builtin. | Peter Collingbourne | 3 | -0/+25 |
2012-05-29 | Add missing dot.h include. | Peter Collingbourne | 2 | -0/+2 |
2012-05-29 | Define FLOAT in floatn.inc. | Peter Collingbourne | 1 | -0/+10 |
2012-05-29 | Add fma, hypot builtins. | Peter Collingbourne | 5 | -0/+29 |
2012-05-29 | Implement mad builtin. | Peter Collingbourne | 4 | -0/+55 |
2012-05-29 | Implement exp, exp2, log, log2, native_exp, native_exp2, native_log, | Peter Collingbourne | 9 | -0/+32 |
2012-05-29 | Fix typo in double precision case. | Peter Collingbourne | 1 | -1/+1 |
2012-05-28 | Add fabs builtin. | Peter Collingbourne | 2 | -0/+7 |
2012-05-28 | Explicit conversions. | Peter Collingbourne | 2 | -0/+85 |
2012-01-08 | Initial commit. | Peter Collingbourne | 32 | -0/+768 |