mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 05:30: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
				
			
		|  | @ -62,7 +62,7 @@ LoadImageResources(const std::vector<std::string>& urlStrings) | |||
|    std::mutex                                              m {}; | ||||
|    std::vector<std::shared_ptr<boost::gil::rgba8_image_t>> images {}; | ||||
| 
 | ||||
|    std::for_each(std::execution::par_unseq, | ||||
|    std::for_each(std::execution::par, | ||||
|                  urlStrings.begin(), | ||||
|                  urlStrings.end(), | ||||
|                  [&](auto& urlString) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat