diff options
author | David Phillips <david@sighup.nz> | 2018-07-13 23:13:57 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-07-13 23:13:57 +1200 |
commit | 210cd70c5f48e842e96c52085a04232f26eccabc (patch) | |
tree | 98c981272eed1a1ee63db51a51d169013f0cbc46 | |
parent | 993ca3b2d687bc3f24be0865c692d5597d326b91 (diff) | |
download | sand-leek-opencl.tar.xz |
Remove old irrelevant commentopencl
-rw-r--r-- | sand-leek-cl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sand-leek-cl.c b/sand-leek-cl.c index cc58c20..fd252b4 100644 --- a/sand-leek-cl.c +++ b/sand-leek-cl.c @@ -287,8 +287,6 @@ int main(int argc, char **argv) /* FIXME */ int i = 0; /* FIXME */ int count = 0; - /* FIXME BUG: temporarily looping backwards to increase chance of using - * something beginning with bit '1' as our exponent to highligt bug */ for (i = 0; i < SL_WORK_THREADS; i++) { if (buffer[i] != 0) { count++; |