Information About128-bit |
|
There are currently no mainstream general-purpose processors built to facilitate 128-bit instruction sets and operations, as 128-bit requires a buffer memory size and throughput width double the size of 64-bit processors, and a 128-bit capable processor would far exceed all practical needs. As of 2005 , 64-bit processors are more than sufficient. System/370 , made by IBM , is possibly considered the first rudimentary 128-bit computer as it used 128-bit floating point registers. Most modern CPUs such as the Pentium and PowerPC have 128-bit vector registers used to store several smaller numbers, such as 4 32-bit Floating-point numbers. A single instruction can operate on all these values in parallel ( SIMD ). They are 128-bit processors in the sense that they have Registers 128 bits wide—they load and store memory in units of 128 bits—but they do not operate on single numbers that are 128 binary digits in length. 128-bit processors may become prevalent when 264 bytes of addressable memory is no longer enough. It might turn out to be more efficient to connect (relatively) little memory to a large number of processors, than a lot of memory shared among them. Most Supercomputer s are comprised of either many 32-bit processors or 64-bit processors linked together, with instructions being executed simultaneously across those processors. |