This C# code will shows to us a simple basic examples of SIMD / AVX.
We will compare the sum of two arrays of integers without SIMD and with it. The performance increasing is awesome!
The source code is on GitHub, please feel free to come up with proposals to improve it.