summaryrefslogtreecommitdiff
path: root/generic/lib
AgeCommit message (Expand)AuthorFilesLines
2013-06-26libclc: implement rotate builtinTom Stellard3-0/+40
2013-06-26libclc: Move max builtin to shared/Tom Stellard5-9/+4
2013-06-26libclc: Add clamp() builtin for integer/floating pointTom Stellard3-0/+15
2013-06-26libclc: Fix abs_diff builtin integer functionTom Stellard2-1/+2
2013-06-26libclc: Add max() builtin functionTom Stellard5-0/+20
2013-06-26Implement fmax() and fmin() builtinsTom Stellard4-0/+42
2013-06-26Use brackets around include files in length.cl and normalize.clTom Stellard2-2/+2
2012-10-08Implement any() builtin. Patch by Tom Stellard!Peter Collingbourne2-0/+31
2012-08-05Do not use linkonce_odr linkage in .ll files. This prevented themPeter Collingbourne4-32/+32
2012-08-05PTX: move implementations of work-item and synchronisation functionsPeter Collingbourne3-0/+12
2012-08-05Implement sub_sat builtin. Patch by Lei Mou!Peter Collingbourne4-0/+193
2012-08-05Fix declarations of __clc_add_sat_*. Patch by Lei Mou!Peter Collingbourne1-8/+8
2012-05-29Enable cl_khr_fp64 when building the library, and fix several bugsPeter Collingbourne4-1/+13
2012-05-29Add missing dot.h include.Peter Collingbourne1-0/+22
2012-05-29Add fma, hypot builtins.Peter Collingbourne3-0/+12
2012-05-29Implement mad builtin.Peter Collingbourne3-0/+8
2012-05-28Explicit conversions.Peter Collingbourne2-0/+123
2012-01-08Initial commit.Peter Collingbourne14-0/+254