This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [libstdc++-v3 parallel mode] Why is not std::transform executed in parallel by default?


Johannes Singler wrote:
> Looks like you also found the solution :-)
> Fixed accordingly in attached patch for /parallel.  Does that solve the
> problem so far?  I will investigate the problem further.
> 

Yes! It works well.
std::transform and other functions are now executed in parallel by default.
Thank you very much for your quick response.

-- Kento


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]