From e02ccc3acdf42f33ff77d47ff40ce816a1551147 Mon Sep 17 00:00:00 2001 From: Mohamed Ibrahim <mibrahim@mibrahim.net> Date: Sun, 27 Sep 2015 11:56:45 -0400 Subject: [PATCH] Fixing code under bullets --- doc/JavaKernelGuidelines.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/JavaKernelGuidelines.md b/doc/JavaKernelGuidelines.md index afc5bf64..71b5a226 100644 --- a/doc/JavaKernelGuidelines.md +++ b/doc/JavaKernelGuidelines.md @@ -42,6 +42,7 @@ Some restrictions/guidelines may be removed or augmented in a future Aparapi rel * Only simple loops and conditionals are supported; switch, break, and continue are not supported. * A variable cannot have its first assignment be the side effect of an expression evaluation or a method call. For example, the following will not be translated to run on the GPU. + int foo(int a) { // . . . } -- GitLab