We investigate what are the techniques your compiler employs to make your loop run faster.

We investigate what are the techniques your compiler employs to make your loop run faster.
This is the first article about hardware support for parallelization. We talk about SIMD, an extension almost every processor nowadays has that lets you speed up your program.
CPU dispatchingh is all about making your code portable and fast. We will talk about how to make your detect features your CPU has at is disposal and select the fastest function for that particular CPU without a need to recompile your software.