A typical solution
Here is a function that processes an array:
|
|
Let's look at the generated assembly:
|
|
The compiler generates vectorized code that processes four values at a time.
Here is a function that processes an array:
|
|
Let's look at the generated assembly:
|
|
The compiler generates vectorized code that processes four values at a time.