3

I am running 32-bit Windows 7 on a 64-bit Intel Atom and I'm wondering whether the OS puts the CPU in a mode that still allows 64-bit instructions to execute or in a full 32-bit compatibility mode that causes all 64-bit instructions to be trapped as illegal.

If not is it blocked by the OS or the CPU? And would Intel and AMD CPUs differ in this regard?

hippietrail
  • 4,605

2 Answers2

3

If you're running a 32-bit OS, the CPU is in 32-bit mode and none of the extra hardware capabilities are accessible. 64-bit code will not run when the CPU is in this state. It's not an OS limitation, it is an artifact of how the hardware works.

There should be no differences between AMD and Intel CPUs in this respect.

user55325
  • 5,113
1

Windows 7 uses 64 bit as a separate system in the OS, 32 bit apps run in 32 bit mode and 64 bit apps run in 64 bit.

It is mainly determined by the OS, but it wouldn't work if the CPU is not 64 bit anyway.

So I would say the OS stops the 64bit apps running in 32 bit. Intel & AMD CPUs will work the same, there won't be no difference with using the two.