Some parallel loops cannot be vectorized

This commit is contained in:
Dan Paulat 2025-06-13 00:16:32 -05:00
parent 012d70b3a2
commit e86fec8d99
3 changed files with 7 additions and 7 deletions

View file

@ -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)