#include "mandel.hpp" #include #include #include void mandelbrot_tbb(unsigned num_threads, int d = D) { tbb::global_control c( tbb::global_control::max_allowed_parallelism, num_threads ); tbb::parallel_for(0, H, 1, [&](int i) { for(int j=0; j(end - beg); }