What are the differences between i386 and x86-64?-zhihu - 知乎 The later "x86-64" name also reinforced this convention It is important to note that x86 is a general term for a series of architectures, supporting 16-bit, 32-bit, and 64-bit instructions What was to come would still come, in 1999, AMD announced the x86-64 architecture
32位的office,64位的office的区别是什么? - 知乎 32位的有什么缺点? 32位系统能否使用64位Office? 不能。32位系统无法运行64位的任何软件,包括Office 这是因为32位系统的架构本身就无法处理64位的指令和内存寻址 64位系统能否运行32位软件? 可以。64位系统向下兼容32位软件 这是通过Windows的WOW64(Windows 32-bit on Windows 64-bit)子系统实现的 大多数32位
64 位系统和 32 位系统相比,有哪些优缺点? - 知乎 64 位的另外一个优点是原生 SSE 支持,一般而言,32 位 Linux 代码的编译选项都不带 SSE,除了某些单独处理要支持 SSE 的应用程序以外。 而 64 位的所有应用程序,SSE 都是打开的,因为所有 64 位 x86 CPU 都支持 SSE,所以这个选项直接打开了。