Sample Code demonstrating the usage of SIMD instruction set using SSE and AVX. Two arrays are processed using SSE (which uses 128 bit registers) and AVX (which uses 256 bit registers) It shows you the time taken to process the arrays through each method as well as without using SIMD.