masc4ii
masc4ii
No, never tried that... could also be a way.
I found something very interesting what could solve our speed problems in dual iso: https://en.wikipedia.org/wiki/OpenMP This parallizes for loops with a single `#pragma omp parallel for` command, and for loops...
Yes, you can try it out. For me linux worked so far...
On mac this could work... but I can't try it out here on my old 10.9 and XCode 6.1 ... works starting with XCode 6.2 brew tells (who knows if...
@bouncyball-git : does it work for you on Linux? How much is the performance improved on your system? Is there any difference? On OSX I gave up for now. openmp...
Autsch... looks not good. That happens if you stop playback?
Yapp. Reverted. https://github.com/ilia3101/MLV-App/commit/de1808f55fc6c368ef08ca3729932e25c6ba53c9 Could you please test if it is better now? There are more openmp calls in other files...
Often it is not possible to use the "pragma parallel for" for a for loop. This is the case, if there are 2 parameters in the for header, or if...
In pixelproc.c I tried the pragma stuff. There are some "for" left, but they have this "add_pixel_to_map" - here it is not possible I think, because it could happen at...
Try out https://github.com/ilia3101/MLV-App/commit/a031747d5e36a2c80946d6db3fb2d7e2a7988fb3 😊