Threading test added

This commit is contained in:
2019-06-30 00:28:08 +02:00
parent cd23cd4f70
commit 2f5d5ece47
5 changed files with 44 additions and 10 deletions
-1
View File
@@ -140,7 +140,6 @@ public:
for (ssize_t i = 0; i < n; i++) {
retval <<= 1;
if (q[0] > intensity)
//retval |= uint64_t(1);
retval++;
q = q + local_image->channels();
}