Tagged Questions

1
vote
0answers
53 views

Which tool can show if my CPU supports hyperthread or not? [closed]

I want to do some hyperthread stuff. I am wondering any tool can show if my CPU is hyperthread structure or not? Can CPU-Z do it?
1
vote
0answers
78 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
689 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 ...