Skip to content
Snippets Groups Projects
Commit e02ccc3a authored by Mohamed Ibrahim's avatar Mohamed Ibrahim
Browse files

Fixing code under bullets

parent 4f098df9
No related merge requests found
...@@ -42,6 +42,7 @@ Some restrictions/guidelines may be removed or augmented in a future Aparapi rel ...@@ -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. * 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. * 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) { int foo(int a) {
// . . . // . . .
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment