必威体育Betway必威体育官网
当前位置:首页 > IT技术

编译器的选择(x86_amd64, amd64等的区别)

时间:2019-10-04 06:13:31来源:IT技术作者:seo实验室小编阅读:87次「手机版」
 

amd64

https://blog.csdn.net/WL2002200/article/details/52984241/

结论

  • 32/64 系统编译在32位系统上运行 => x86
  • 32 系统上编译64位系统上运行 => x86_AMD64
  • 64 系统上编译在64位系统上运行 => amd64

解释

注:以下引自MSDN

The following list describes the various versions of cl.exe (the Visual C++ compiler):

x86 on x86

Allows you to create output files for x86 machines. This version of cl.exe runs as a 32-bit process, native on an x86 machine and under WOW64 on a 64-bit Widows operating system.

Itanium on x86 (Itanium cross-compiler)

Allows you to create output files for Itanium. This version of cl.exe runs as a 32-bit process, native on an x86 machine and under WOW64 on a 64-bit Widows operating system.

x64 on x86 (x64 cross-compiler)

Allows you to create output files for x64. This version of cl.exe runs as a 32-bit process, native on an x86 machine and under WOW64 on a 64-bit Widows operating system.

Itanium on Itanium

Allows you to create output files for Itanium. This version of cl.exe runs as a native process on an Itanium machine.

x64 on x64

Allows you to create output files for x64. This version of cl.exe runs as a native process on an x64 machine.

Vcvarsall.BAT argument Compiler Host (either natively or using emulation) Target architecture
“x86” (default) 32-bit Native x86, x64, Itanium x86
“x86_amd64” x64 Cross X86, x64, Itanium x64
“x86_IPF” Itanium Cross X86, x64, Itanium Itanium
“amd64” x64 Native x64 x64
“IPF” or “itanium” Itanium Native Itanium Itanium

相关阅读

oncontextmenu 事件

一个页面中,BODY中用οncοntextmenu='return false'来取消鼠标右键;在JS中设置οncοntextmenu='return true'用window.document.o

Excel2010中字体简繁转换的操作方法

Excel2010的简繁转换操作和EXCEL2007差不多,但貌似excel2010要比2007稳定多了,几乎未见2010丢失简繁转换功能的。今天,seo实验室小

APTX4869

#199. APTX4869描述 提交 自定义测试 【题目描述】:为了帮助柯南回到一米七四,阿笠博士夜以继日地研究APTX4869的解药。他得出了如

fill_parent和wrap_content 区别和使用效果

如何区别fill_parent和wrap_content在Android布局文件中定义视图垂直或水平大小:android:layout_width和android_layout_height的

excel排序不动首行设置

在使用Excel表格对数据进行排序的时候,网友可能会不希望将表格的第一行或第一列同样计入排序的数据中,想要这样我们就需要在排序时

分享到:

栏目导航

推荐阅读

热门阅读