std::for_each with std::execution::par_unseq not working on GCC but working with MSVC

前端 未结 0 949
一向
一向 2020-12-30 01:01

I wanted to parallelize a for loop and found out about std::for_each as well as its execution policies. Surprisingly it didn\'t parallelize when using GCC:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题