Need to know whether Intel Xeon Phi scatter / gather can implement this use case
int *ptr[3];
int a , b , c ;
ptr[0] = &a;
ptr[1] = &b;
ptr[2] = &c;
Want to add 1 in a, b and c using vector instruction and ptr Need vector operation not on immediate value but on value at address,