index
:
~tstellar/libclc
backup
backup-Oct15
bfgminer
fmax
image
llvm-3.2
master
Unnamed repository; edit this file 'description' to name the repository.
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
generic
/
include
/
clc
/
clc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-19
Implement generic upsample()
Aaron Watry
1
-0
/
+1
2013-07-08
Implement mad24() and mul24() builtins
Tom Stellard
1
-0
/
+2
2013-07-08
Add bitselect() builtin
Tom Stellard
1
-0
/
+1
2013-06-26
libclc: Initial vstore implementation
Tom Stellard
1
-0
/
+1
2013-06-26
libclc: Initial vload implementation
Tom Stellard
1
-0
/
+1
2013-06-26
libclc: Implement clz() builtin
Tom Stellard
1
-0
/
+1
2013-06-26
libclc: implement initial version of min()
Tom Stellard
1
-0
/
+1
2013-06-26
libclc: implement rotate builtin
Tom Stellard
1
-0
/
+1
2013-06-26
libclc: Move max builtin to shared/
Tom Stellard
1
-2
/
+1
2013-06-26
libclc: Add clamp() builtin for integer/floating point
Tom Stellard
1
-0
/
+3
2013-06-26
libclc: Add max() builtin function
Tom Stellard
1
-0
/
+2
2013-06-26
Implement ceil() builtin
Tom Stellard
1
-0
/
+1
2013-06-26
Implement fmax() and fmin() builtins
Tom Stellard
1
-0
/
+2
2012-10-08
Implement any() builtin. Patch by Tom Stellard!
Peter Collingbourne
1
-0
/
+1
2012-10-08
Add native_powr builtin. Patch by Tom Stellard!
Peter Collingbourne
1
-0
/
+1
2012-08-21
Add rsqrt builtin. Based on patch by Cassie Epps!
Peter Collingbourne
1
-0
/
+1
2012-08-21
Add floor builtin. Patch by Cassie Epps!
Peter Collingbourne
1
-0
/
+1
2012-08-05
Implement sub_sat builtin. Patch by Lei Mou!
Peter Collingbourne
1
-0
/
+1
2012-05-29
Add pow builtin.
Peter Collingbourne
1
-0
/
+1
2012-05-29
Add missing dot.h include.
Peter Collingbourne
1
-0
/
+1
2012-05-29
Add fma, hypot builtins.
Peter Collingbourne
1
-0
/
+2
2012-05-29
Implement mad builtin.
Peter Collingbourne
1
-0
/
+1
2012-05-29
Implement exp, exp2, log, log2, native_exp, native_exp2, native_log,
Peter Collingbourne
1
-0
/
+8
2012-05-28
Add fabs builtin.
Peter Collingbourne
1
-0
/
+1
2012-05-28
Explicit conversions.
Peter Collingbourne
1
-0
/
+3
2012-01-08
Initial commit.
Peter Collingbourne
1
-0
/
+57