diff --git a/Grid/qcd/utils/Sp2n.impl.h b/Grid/qcd/utils/Sp2n.impl.h index 4c660d3a..196aba7e 100644 --- a/Grid/qcd/utils/Sp2n.impl.h +++ b/Grid/qcd/utils/Sp2n.impl.h @@ -207,7 +207,7 @@ static void generatorZtype(int zIndex, iGroupMatrix &ta) { // Map a su2 subgroup number to the pair of rows that are non zero //////////////////////////////////////////////////////////////////////// template -static void su2SubGroupIndex(int &i1, int &i2, int su2_index, GroupName::Sp) { +static accelerator_inline void su2SubGroupIndex(int &i1, int &i2, int su2_index, GroupName::Sp) { const int nsp=ncolour/2; assert((su2_index >= 0) && (su2_index < (nsp * (nsp - 1)) / 2));