Slashdot Mirror


Intel Hyperthreading In Reality

A reader writes: "Looks like GamePC has got the first look at Intel's new Xeon processor, which has the new super-fantastico Hyperthreading technology, which tricks your OS into thinking one CPU is two CPUs, two CPUs is four. Looks neat in theory, benchies included."

1 of 285 comments (clear)

  1. Re:Think of it as out of order execution ..glorifi by bjk4 · · Score: 5, Interesting

    In hyperthreading, the logical processors do not share registers, just function units. Thus, if one logical processor needs to multiply while the other needs to add, they may share the CPU resources simultaneously.

    This was developed in response to the observation that individual function units remained idle for multiple cycles while the current process was busy doing one kind of operation.

    -B