mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:50:05 +00:00
Some parallel loops cannot be vectorized
This commit is contained in:
parent
012d70b3a2
commit
e86fec8d99
3 changed files with 7 additions and 7 deletions
|
|
@ -449,7 +449,7 @@ TextureAtlas::Impl::LoadImage(const std::string& imagePath, double scale)
|
|||
if (numChannels == 3)
|
||||
{
|
||||
std::for_each(
|
||||
std::execution::par_unseq,
|
||||
std::execution::par,
|
||||
view.begin(),
|
||||
view.end(),
|
||||
[](boost::gil::rgba8_pixel_t& pixel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue