Visual Studio Code – A way to ensure std::vector is always aligned for optimal SIMD execution?
I want to have X amount of std::vectors of equal size, which I can be processed together in a for loop which goes from start to finish in a linear fashion. For example: for (int i = 0; i <…