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.
Hands-on Demo
Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.