Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Scalar processor
Class of computer processors that process only one data item at a time, typically integers and floating point numbers

Scalar processors are a class of computer processors that process only one data item at a time. Typical data items include integers and floating point numbers.

We don't have any images related to Scalar processor yet.
We don't have any YouTube videos related to Scalar processor yet.
We don't have any PDF documents related to Scalar processor yet.
We don't have any Books related to Scalar processor yet.
We don't have any archived web articles related to Scalar processor yet.

Classification

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).2 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

A superscalar processor (such as the Intel P5) may execute 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.3 The Cortex-M7, like many consumer CPUs today, is a superscalar processor.4

Scalar data type

A scalar data type, or just scalar, is any non-composite value.

Generally, all basic primitive data types are considered scalar:

Some programming languages also treat strings as scalar types, while other languages treat strings as arrays or objects.

See also

References

  1. Ram, Badri (2001). Advanced microprocessors and interfacing. New Delhi: Tata McGraw-Hill Pub. Co. p. 11. ISBN 978-0-07-043448-6. OCLC 55946893. 978-0-07-043448-6

  2. Patterson, David (2012). Computer organization and design: the hardware/software interface. Waltham, MA: Morgan Kaufmann. p. 650. ISBN 978-0-12-374750-1. OCLC 746618653. 978-0-12-374750-1

  3. Ram, Badri (2001). Advanced microprocessors and interfacing. New Delhi: Tata McGraw-Hill Pub. Co. p. 11. ISBN 978-0-07-043448-6. OCLC 55946893. 978-0-07-043448-6

  4. "Cortex-M7". Arm Developer. Arm Limited. Retrieved 2021-07-03. https://developer.arm.com/ip-products/processors/cortex-m/cortex-m7