we might load it into a register, perform an add operation, and store the result back into memory. With SIMD instructions, we can load multiple contiguous numbers into a larger SIMD register, where a vector add operation can process those elements all in one go,
4x Code Performance with SIMD