Content deleted Content added
Guy Harris (talk | contribs) →The PPE's Pipeline: Fix capitalization. |
Guy Harris (talk | contribs) →Multithreading: Needs a " /" to point it to a named reference defined elsewhere. |
||
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 name="the-ppe" />
== Floating point capacity ==
|