Hi Marco, Does this work: int bar(const val *__restrict__ x, const int t) { const int value = x->tag * t; return fun(x, value) + fun(x, value); } Should optimize nicely. HTH, --Eljay
Hi Marco, Does this work: int bar(const val *__restrict__ x, const int t) { const int value = x->tag * t; return fun(x, value) + fun(x, value); } Should optimize nicely. HTH, --Eljay