summaryrefslogtreecommitdiff
path: root/generic/include
AgeCommit message (Expand)AuthorFilesLines
2013-05-24libclc: Initial vstore implementationAaron Watry2-0/+37
2013-05-24libclc: Initial vload implementationAaron Watry2-0/+38
2013-04-19libclc: Implement clz() builtinAaron Watry3-0/+4
2013-04-19libclc: Add clamp(vec, scalar, scalar) and max(vec, scalar)Aaron Watry2-0/+8
2013-04-19libclc: Implement the min(vec, scalar) version of the min builtin.Aaron Watry3-0/+35
2013-04-19libclc: implement initial version of min()Aaron Watry3-0/+7
2013-04-08Simplify rotate implementation a bit..Aaron Watry1-0/+16
2013-04-08libclc: implement rotate builtinAaron Watry4-0/+15
2013-04-08libclc: Move max builtin to shared/Aaron Watry6-7/+6
2013-04-08libclc: Add clamp() builtin for integer/floating pointAaron Watry3-0/+9
2013-04-08libclc: Add max() builtin functionAaron Watry5-0/+8
2013-02-11Implement ceil() builtinllvm-3.2Tom Stellard2-0/+7
2013-02-11Implement fmax() and fmin() builtinsTom Stellard5-0/+34
2013-02-11Remove the static keyword from the _CLC_INLINE macroTom Stellard1-1/+1
2013-02-11Fix typo in include/clc/geometric/length.incTom Stellard1-1/+1
2012-10-08Implement any() builtin. Patch by Tom Stellard!Peter Collingbourne2-0/+17
2012-10-08Add native_powr builtin. Patch by Tom Stellard!Peter Collingbourne2-0/+2
2012-08-21Add rsqrt builtin. Based on patch by Cassie Epps!Peter Collingbourne2-0/+2
2012-08-21Add floor builtin. Patch by Cassie Epps!Peter Collingbourne2-0/+7
2012-08-05PTX: move implementations of work-item and synchronisation functionsPeter Collingbourne7-0/+7
2012-08-05Implement sub_sat builtin. Patch by Lei Mou!Peter Collingbourne3-0/+4
2012-05-29Add pow builtin.Peter Collingbourne3-0/+25
2012-05-29Add missing dot.h include.Peter Collingbourne2-0/+2
2012-05-29Define FLOAT in floatn.inc.Peter Collingbourne1-0/+10
2012-05-29Add fma, hypot builtins.Peter Collingbourne5-0/+29
2012-05-29Implement mad builtin.Peter Collingbourne4-0/+55
2012-05-29Implement exp, exp2, log, log2, native_exp, native_exp2, native_log,Peter Collingbourne9-0/+32
2012-05-29Fix typo in double precision case.Peter Collingbourne1-1/+1
2012-05-28Add fabs builtin.Peter Collingbourne2-0/+7
2012-05-28Explicit conversions.Peter Collingbourne2-0/+85
2012-01-08Initial commit.Peter Collingbourne32-0/+768