From: cristy Date: Sun, 6 May 2012 18:32:28 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5650 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b940c75c15b0b1326d01fa86e02be987f9fe4048;p=imagemagick --- diff --git a/MagickCore/thread-private.h b/MagickCore/thread-private.h index ab2578c1f..07d6991cd 100644 --- a/MagickCore/thread-private.h +++ b/MagickCore/thread-private.h @@ -24,6 +24,9 @@ extern "C" { #include +/* + Can loop benefit from multi-threads? +*/ #define IsConcurrentUno(colors,threshold) \ if ((colors) > threshold) \ num_threads(GetMagickResourceLimit(ThreadResource))