Previous | Next --- Slide 39 of 52
Back to Lecture Thumbnails
zale

Modern processors generally exploit all types of independent instruction optimizations, but they do so differently depending on their specialization. GPUs tend to have very wide SIMD instructions, whereas CPUs rely on having many fully-functional, independent cores, and several execution contexts per core.

All modern processors are also superscalar.