parallel-snippet.h 95 Bytes Edit 1 2 using embb::algorithms::Reduce; sum = Reduce(range.begin(), range.end(), 0, std::plus<int>());