will be used as compared to processing one element at a time. For example, consider incrementing an array of numbers all by one. With traditional scalar code for each number we might load it into a register, perform an add operation, and store the result back
4x Code Performance with SIMD