Tagged Questions

1
vote
0answers
71 views

How much hardware duplication exists for hyperthread logical processors? [closed]

With a single physical processor, which is hyperthreaded into two logical processors, how much CPU-internal hardware (adders, shifters, etc) is duplicated for the logical processors? I know they ...
0
votes
1answer
674 views

How can I determine programmatically whether on multi-core, hyperthreading or multi-processor?

I know how to get the processor type, perhaps that's the only way, but I'm actually looking for a way to determine from an application whether it's running on a multi-core processor or on a ...