Understanding SIMD: Guide to Vectorized Computing
In this blog, we will discuss two main instruction execution models of the CPU:
Scalar Processing: Single Instruction, Single Data
Vector Processing: Single Instruction, Multiple Data
Scalar Processing
This is the most common execution model when...
baremetalbytes.hashnode.dev5 min read
Astha Rai
Great Blog! Excited for the next part :)