<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Bit-level_parallelism</id>
	<title>Bit-level parallelism - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Bit-level_parallelism"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Bit-level_parallelism&amp;action=history"/>
	<updated>2026-05-09T22:21:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Bit-level_parallelism&amp;diff=5773232&amp;oldid=prev</id>
		<title>imported&gt;Jlwoodwa: Added {{One source}} tag</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Bit-level_parallelism&amp;diff=5773232&amp;oldid=prev"/>
		<updated>2024-06-30T22:33:42Z</updated>

		<summary type="html">&lt;p&gt;Added {{&lt;a href=&quot;/wiki143/index.php?title=Template:One_source&quot; title=&quot;Template:One source&quot;&gt;One source&lt;/a&gt;}} tag&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Form of parallel computing}}&lt;br /&gt;
{{One source|date=June 2024}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Bit-level parallelism&amp;#039;&amp;#039;&amp;#039; is a form of [[parallel computing]] based on increasing [[Word (data type)|processor word size]]. Increasing the word size reduces the number of instructions the processor must execute in order to perform an operation on variables whose sizes are greater than the length of the word. (For example, consider a case where an [[8-bit computing|8-bit]] processor must add two [[16-bit computing|16-bit]] [[integer]]s. The processor must first add the 8 lower-order bits from each integer, then add the 8 higher-order bits, requiring two instructions to complete a single operation. A 16-bit processor would be able to complete the operation with single instruction.)&lt;br /&gt;
&lt;br /&gt;
Originally, all electronic computers were serial (single-bit) computers. The first electronic computer that was not a [[serial computer]]—the first bit-parallel computer—was the 16-bit [[Whirlwind (computer)|Whirlwind]] from 1951.&lt;br /&gt;
&lt;br /&gt;
From the advent of [[very-large-scale integration]] (VLSI) computer chip fabrication technology in the 1970s until about 1986, advancements in computer architecture were done by increasing bit-level parallelism,&amp;lt;ref&amp;gt;David E. Culler, Jaswinder Pal Singh, Anoop Gupta. Parallel Computer Architecture - A Hardware/Software Approach. Morgan Kaufmann Publishers, 1999. {{ISBN|1-55860-343-3}}, pg 15&amp;lt;/ref&amp;gt; as [[4-bit computing|4-bit]] microprocessors were replaced by [[8-bit computing|8-bit]], then [[16-bit computing|16-bit]], then [[32-bit computing|32-bit]] microprocessors. This trend generally came to an end with the introduction of 32-bit processors, which were a standard in general purpose computing for two decades. 64 bit architectures were introduced to the mainstream with the eponymous Nintendo 64 (1996), but beyond this introduction stayed uncommon until the advent of [[x86-64]] architectures around the year 2003, and 2014 for mobile devices with the ARMv8-A instruction set.&lt;br /&gt;
&lt;br /&gt;
On 32-bit processors, external [[Bus (computing)|data bus]] width continues to increase. For example, [[DDR1 SDRAM]] transfers 128 bits per clock cycle. [[DDR2 SDRAM]] transfers a minimum of 256 bits per burst.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[single instruction, multiple data|Single Instruction, Multiple Data]] (SIMD)&lt;br /&gt;
* [[SWAR|SIMD Within A Register]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Parallel computing}}&lt;br /&gt;
[[Category:Parallel computing]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Jlwoodwa</name></author>
	</entry>
</feed>