Content deleted Content added
m →Classification: disambiguate |
destub |
||
(11 intermediate revisions by 8 users not shown) | |||
Line 1:
{{Short description|Class of computer processors}}
{{refimprove|date=August 2012}}
'''Scalar processors'''
== Classification ==
Line 7 ⟶ 8:
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.
==
A [[superscalar]] processor (such as the [[P5 (microarchitecture)|Intel P5]])
== Scalar data type ==
Line 14 ⟶ 15:
Generally, all basic [[primitive data type]]s are considered scalar:
* The [[
* Numeric types (<code>[[Integer (computer science)|int]]</code>, the [[floating point]] types <code>float</code> and <code>double</code>)
* Character types (<code>[[Character (computer science)#char|char
Some programming languages also treat [[String (computer science)|strings]] as scalar types, while other languages treat strings as [[Array (data structure)|arrays]] or [[Object (computer science)|objects]].
==See also==
Line 29 ⟶ 31:
{{DEFAULTSORT:Scalar Processor}}
[[Category:Central processing unit]]
|