This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [libstdc++-v3 parallel mode] Why is not std::transform executed in parallel by default?
- From: Kento EMOTO <emoto at ipl dot t dot u-tokyo dot ac dot jp>
- To: Johannes Singler <singler at ira dot uka dot de>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 18 Sep 2008 13:47:43 +0900
- Subject: Re: [libstdc++-v3 parallel mode] Why is not std::transform executed in parallel by default?
- References: <48CE2FC8.5020700@ipl.t.u-tokyo.ac.jp> <48D0D5C5.3080607@ira.uka.de>
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