A scalar processor is classified as a single instruction, single data (
SISD) processor in
Flynn's taxonomy. The
Intel 486 is an example of a scalar processor. It is to be contrasted with a
vector processor where a single instruction operates simultaneously on multiple data items (and thus is referred to as a single instruction, multiple data (
SIMD) processor). The difference is analogous to the difference between
scalar and
vector arithmetic. The term
scalar in computing dates to the 1970 and 1980s when vector processors were first introduced. It was originally used to distinguish the older designs from the new vector processors. == Superscalar processor ==