Content deleted Content added
Guy Harris (talk | contribs) →Multithreading: Use {{cite book}} and fill in a bunch of parameters. |
Guy Harris (talk | contribs) Combine duplicate references. |
||
Line 44:
* 32 KB [[CPU cache|L1 data cache]]
* 512 KB unified L2 cache, [[Set-associative#Associativity|8-way set associative]] in the PPE variant.
* Compatible with 64-bit PowerPC ISA v.2.02 ([[POWER4]] and [[PowerPC 970]])<ref name="the-ppe">{{cite book |
* [[AltiVec]] [[SIMD]] functionality
Line 63:
== Multithreading ==
{{main | Simultaneous multithreading}}
The PPU runs two [[Thread_(computing)|hardware threads]] simultaneously. The [[Processor register|main registers]] for code execution are duplicated, as are the exception and interrupt-handling registers, and several essential arrays and queues. They can generate exceptions simultaneously, and perform branch prediction on their individual branch histories. The execution engine and caches are not duplicated though - so it is still just a single-core design.<ref
== Floating point capacity ==
|