summaryrefslogtreecommitdiff
path: root/generic/include/clc/clc.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-19Implement generic upsample()Aaron Watry1-0/+1
2013-07-08Implement mad24() and mul24() builtinsTom Stellard1-0/+2
2013-07-08Add bitselect() builtinTom Stellard1-0/+1
2013-06-26libclc: Initial vstore implementationTom Stellard1-0/+1
2013-06-26libclc: Initial vload implementationTom Stellard1-0/+1
2013-06-26libclc: Implement clz() builtinTom Stellard1-0/+1
2013-06-26libclc: implement initial version of min()Tom Stellard1-0/+1
2013-06-26libclc: implement rotate builtinTom Stellard1-0/+1
2013-06-26libclc: Move max builtin to shared/Tom Stellard1-2/+1
2013-06-26libclc: Add clamp() builtin for integer/floating pointTom Stellard1-0/+3
2013-06-26libclc: Add max() builtin functionTom Stellard1-0/+2
2013-06-26Implement ceil() builtinTom Stellard1-0/+1
2013-06-26Implement fmax() and fmin() builtinsTom Stellard1-0/+2
2012-10-08Implement any() builtin. Patch by Tom Stellard!Peter Collingbourne1-0/+1
2012-10-08Add native_powr builtin. Patch by Tom Stellard!Peter Collingbourne1-0/+1
2012-08-21Add rsqrt builtin. Based on patch by Cassie Epps!Peter Collingbourne1-0/+1
2012-08-21Add floor builtin. Patch by Cassie Epps!Peter Collingbourne1-0/+1
2012-08-05Implement sub_sat builtin. Patch by Lei Mou!Peter Collingbourne1-0/+1
2012-05-29Add pow builtin.Peter Collingbourne1-0/+1
2012-05-29Add missing dot.h include.Peter Collingbourne1-0/+1
2012-05-29Add fma, hypot builtins.Peter Collingbourne1-0/+2
2012-05-29Implement mad builtin.Peter Collingbourne1-0/+1
2012-05-29Implement exp, exp2, log, log2, native_exp, native_exp2, native_log,Peter Collingbourne1-0/+8
2012-05-28Add fabs builtin.Peter Collingbourne1-0/+1
2012-05-28Explicit conversions.Peter Collingbourne1-0/+3
2012-01-08Initial commit.Peter Collingbourne1-0/+57