Add new comment

This is no longer true.

This is no longer true. Standard Apple Toolchain works with OpenMP. Just add -Xclang -fopenmp to the compile flags.

I have to add -DLIBRAW_FORCE_OPENMP in the Makefile.dist in order for it work for standard Apple Toolchain.

That aside, but how do I control the number of threads to use? It seems be always the same as the number of logical processors.

Kuro