Icons std::find_if cannot be vectorized on Intel macOS 13

This commit is contained in:
Dan Paulat 2025-06-17 23:22:32 -05:00
parent 41a2b989ae
commit a656a723db

View file

@ -740,7 +740,7 @@ bool Icons::RunMousePicking(
// For each pickable icon
auto it = std::find_if( //
std::execution::par_unseq,
std::execution::par,
p->currentHoverIcons_.crbegin(),
p->currentHoverIcons_.crend(),
[&mouseLocalCoords](const auto& icon)