Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
インテル Xeon Phi スキャッター / ギャザーがこのユースケースを実装できるかどうかを知る必要があります
int *ptr[3]; int a , b , c ; ptr[0] = &a; ptr[1] = &b; ptr[2] = &c;
ベクトル命令とptrを使ってa,b,cに1を足したい即値ではなくアドレスの値に対してベクトル演算が必要で、