summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-08-16 13:52:17 +0000
committerTom Stellard <thomas.stellard@amd.com>2012-08-16 13:52:17 +0000
commit57f1cd015e270e3979c476440e9e5ac2d363c7d5 (patch)
tree895ed12b2acbc1a1e322793b6163122ab344a936
parentd81c54544ca7c855fd298bd7781bbf4c6c1e5ade (diff)
Fix typo in if_new.cl
-rw-r--r--if_ne.cl2
1 files changed, 1 insertions, 1 deletions
diff --git a/if_ne.cl b/if_ne.cl
index ecbfef5..efb1473 100644
--- a/if_ne.cl
+++ b/if_ne.cl
@@ -1,4 +1,4 @@
-__kernel void if_ne(__global int * out, int arg0, arg1)
+__kernel void if_ne(__global int * out, int arg0, int arg1)
{
out[0] = 0;
if (arg0 != arg1) {