ORBITER-FORUM will be temporarily closed at 2026-07-23 18:00 UTC while we complete some OF maintenance tasks. The amount of downtime is expected to take up to one hour, but probably less.
Its because of Hyperthreading, a feature of all modern CPUs.
No, virtualization has nothing to do with it.
As Urwumpe said it's hyperthreading, a feature present on many modern CPUs that helps with parallel workloads (though not as much as having a "real" second core).
Got it. Still, almost any modern system has toggles in its UEFI firmware for both Hyperthreading (from what I've seen always enabled by default if supported by the installed CPU) and for the AMD or Intel "proper" virtualization technology used for VMs and such which on a number of motherboards, including mine, is curiously disabled by default.
Sorry, I've got to disagree with you there... Hyperthreading isn't virtualisation, it's a dataflow optimisation technique. There's nothing virtual about it, it just makes heavy use of processor pipelining. By way of credentials, I'm an embedded systems engineer and I've designed CPUs in the past.Well, strictly speaking it is a kind of virtualization in hardware. The resources of the CPU are shared and multiplied to the execution pipelines.