Example of vector addition with normal scalar and SIMD with avx2 Compile gcc -mavx2 simd.c -o runner Run ./runner <array size> Comparison