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

버전 1.3.0.0 (8.85 KB) 작성자: Igor
mex -setup icc13 linker options
다운로드 수: 2.7K
업데이트 날짜: 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 (2025). mex setup for windows x64 intel c compiler 13 (XE) (https://kr.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