mex setup for windows x64 intel c compiler 13 (XE)

版本 1.3.0.0 (8.9 KB) 作者: Igor
mex -setup icc13 linker options
2.6K 次下载
更新时间 2012/11/12

查看许可证

Put these files to mexopts dir,like
d:\Program Files\MATLAB\R2012b\bin\win64\mexopts\

and then type >>mex -setup

Now there should be two new strings like

[1] Intel C++ 13.0 (with Microsoft Visual C++ 2010 linker) in %ICPP_COMPILER13%
...
[3] Intel C++ 13.0 in %ICPP_COMPILER13%

Second option uses native Intel C++ 13.0 linker, which is required, for example, for /Qipo optimization.

Both files contain very basic "safe" optimization options.
To be able to get more speed out of ICC without modifying these "*.bat" files each time,(and for some basic ICC optimization options examples) see another my submission - ICC_mex_tools:
http://www.mathworks.com/matlabcentral/fileexchange/38981 .

引用格式

Igor (2024). mex setup for windows x64 intel c compiler 13 (XE) (https://www.mathworks.com/matlabcentral/fileexchange/38980-mex-setup-for-windows-x64-intel-c-compiler-13-xe), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 MATLAB Code Analysis 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.3.0.0

typo fix (in include path)

1.1.0.0

added direct link to ICC_mex_tools

1.0.0.0