Hacker News new | ask | show | jobs
by nine_k 3327 days ago
x86 did not. x64 did.
1 comments

All 16 and 32 bit x86 code is valid on x64. It's an extension, not a new ISA.
You got it all backwards. AMD64 is a complete revamp which happens to support x86 in its legacy mode.

Server people care for 64-bit address spaces, and that's a feature introduced by AMD64 which is not available in x86.