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.[1]

Classification

edit

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

edit

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.[1] The Cortex-M7, like many consumer CPUs today, is a superscalar processor.[3]

Scalar data type

edit

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

edit

References

edit
  1. ^ a b Ram, Badri (2001). Advanced microprocessors and interfacing. New Delhi: Tata McGraw-Hill Pub. Co. p. 11. ISBN 978-0-07-043448-6. OCLC 55946893.
  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.
  3. ^ "Cortex-M7". Arm Developer. Arm Limited. Retrieved 2021-07-03.

📚 Artikel Terkait di Wikipedia

Vector processor

hardware component the vector processor is often called a vector processing unit (VPU). This is in contrast to scalar processors, whose instructions operate

Superscalar processor

processor. In contrast to a scalar processor, which can execute at most one single instruction per clock cycle, a superscalar processor can execute or start

Central processing unit

A central processing unit (CPU), also known as a central processor, main processor, or simply processor, is the primary processor in a given computer

VAX 9000

9000's CPU was coupled with a vector processor with a maximum theoretical performance of 125 MFLOPS. The vector processor circuitry was present in all units

Vector Packet Processing

io Wiki. 2017-05-27. Retrieved 2020-08-12. "Scalar vs Vector packet processing — The Vector Packet Processor 20.01 documentation". fd.io. Retrieved 2020-08-12

Mali (processor)

Real, H.263. The Mali V52 video processor was released with the Mali G52 and G31 GPUs in March 2018. The processor is intended to support 4K (including

NEC SX-6

implementation containing a vector processor unit and a scalar processor fabricated in a 0.15 μm CMOS process with copper interconnects, whereas the SX-5 was

Parallel computing

cycle (IPC = 1). These processors are known as scalar processors. The canonical example of a pipelined processor is a RISC processor, with five stages: instruction