diff options
| author | Tom Stellard <thomas.stellard@amd.com> | 2015-09-21 14:47:53 +0000 |
|---|---|---|
| committer | Tom Stellard <thomas.stellard@amd.com> | 2015-09-21 14:47:53 +0000 |
| commit | ccc0ec1ddbf073f36819b68b69cc72ea96d05f62 (patch) | |
| tree | 72a8705cf7c783f3d259212452e99f7bb5aeb81c /libclc/generic/include/clc/clc.h | |
| parent | 8e261be911060e834c5e37b965e85415c8fb8b54 (diff) | |
| download | bcm5719-llvm-ccc0ec1ddbf073f36819b68b69cc72ea96d05f62.tar.gz bcm5719-llvm-ccc0ec1ddbf073f36819b68b69cc72ea96d05f62.zip | |
Add image attribute getter builtins
Added get_image_* OpenCL builtins to the headers.
Added implementation to the r600 target.
Patch by: Zoltan Gilian
llvm-svn: 248159
Diffstat (limited to 'libclc/generic/include/clc/clc.h')
| -rw-r--r-- | libclc/generic/include/clc/clc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libclc/generic/include/clc/clc.h b/libclc/generic/include/clc/clc.h index cab751d9b2f..4199842bc65 100644 --- a/libclc/generic/include/clc/clc.h +++ b/libclc/generic/include/clc/clc.h @@ -210,6 +210,10 @@ #include <clc/cl_khr_local_int32_extended_atomics/atom_or.h> #include <clc/cl_khr_local_int32_extended_atomics/atom_xor.h> +/* 6.11.13 Image Read and Write Functions */ + +#include <clc/image/image.h> + /* libclc internal defintions */ #ifdef __CLC_INTERNAL #include <math/clc_nextafter.h> |

