Scalar processor

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Scalar processors represent a class of computer processors. A scalar processor processes only one datum at a time, with typical data items being integers or floating point numbers).[1] A scalar processor is classified as a SISD processor (Single Instructions, Single Data) in Flynn's taxonomy.

Other

In contrast, in a vector processor a single instruction operates simultaneously on multiple data items (referred to as "SIMD"). The difference is analogous to the difference between scalar and vector arithmetic.

A superscalar processor, on the other hand, executes more than one instruction during a clock cycle by simultaneously dispatching multiple instructions to redundant functional units on the processor. Each functional unit is not a separate CPU core but an execution resource within a single CPU such as an arithmetic logic unit, a bit shifter, or a multiplier.[1]

See also

References

  1. 1.0 1.1 Advanced Microprocessors and Interfacing by Badri Ram 2000 ISBN 0-07-043448-4 page 11


<templatestyles src="Asbox/styles.css"></templatestyles>