tmo_fattal02.cc added nowait, #4255
This commit is contained in:
parent
6c6786929c
commit
529a7f3003
@ -1131,7 +1131,7 @@ void ImProcFunctions::ToneMapFattal02 (Imagefloat *rgb)
|
||||
float max_YThr = 0.f;
|
||||
int max_xThr = 0, max_yThr = 0;
|
||||
#ifdef _OPENMP
|
||||
#pragma omp for
|
||||
#pragma omp for nowait
|
||||
#endif
|
||||
for (int y = 0; y < h; y++) {
|
||||
for (int x = 0; x < w; x++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user