I\'ve got a question about CPU SIMD and Array adding with for loop Let\'s say I have 2 arrays of 4 integers
std::array a1{1,2,3,4}; std::array<