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 share the CPU caches and they must have separate in-flight instruction tables - but what about the other CPU-internal resources?
Is a hyperthread the minimal set of hardware to permit another thread, or is it a maximal set (e.g. a second core, barring caches)?