summaryrefslogtreecommitdiff
path: root/r600/include/clc/workitem/get_global_size.h
diff options
context:
space:
mode:
Diffstat (limited to 'r600/include/clc/workitem/get_global_size.h')
-rw-r--r--r600/include/clc/workitem/get_global_size.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/r600/include/clc/workitem/get_global_size.h b/r600/include/clc/workitem/get_global_size.h
index afd9ae1..8d7b9a1 100644
--- a/r600/include/clc/workitem/get_global_size.h
+++ b/r600/include/clc/workitem/get_global_size.h
@@ -1,3 +1 @@
-_CLC_INLINE size_t get_global_size(uint dim) {
- return 0;
-}
+size_t get_global_size(uint dim);