ICE on variadic template code
Compile the following testcase with /opt/intel/composer_xe_2013_sp1.3.174/bin/intel64/icpc -O0 -std=c++11 -cstruct V { static constexpr int Size = 1; }; template <typename To, typename From>...
View Article'-fast' has problems working with Intel® Xeon® Processor E7-4860
When I try to compile my code with the '-fast' option, I always get an error $ icc -fast test.c ld: cannot find -lmThe processor of my host is Intel® Xeon® Processor E7-4860. I also tested this...
View ArticleIntel® C++ Composer XE 2013 SP1 for OS X*, Update 4
Intel® C++ Composer XE 2013 SP1 Update 4 includes the latest Intel C/C++ compilers and performance libraries for IA-32 and Intel® 64 architecture systems. This new product release now includes: Intel®...
View ArticleIntel® Fortran Composer XE 2013 SP1 for OS X*, Update 4
Intel® Fortran Composer XE 2013 SP1 Update 4 includes the latest Intel Fortran compilers and performance libraries for IA-32 and Intel® 64 architecture systems. This new product release now includes:...
View ArticleC++11 Features Supported by Intel® C++ Compiler
Starting in 11.0 the Intel(R) C++ Compiler has supported some of the C++11 features (previously called C++0x). With the latest release of Intel C++ Composer XE for Windows*, Linux* and Mac OS* X 2013...
View ArticleUnable to build zlib 1.2.8 on Ubuntu 14.04
Hello, I am trying to build zlib 1.2.8 with icc and icpc on Ubuntu 14.04. I get the following messages when I run ./configure --prefix=/usr/local/zlib1.2.8. Then when I type make fails ld:...
View ArticleIntel® Integrated Native Developer Experience 2015 Build Edition, Initial...
Intel® Integrated Native Developer Experience 2015 Build Edition for OS X* includes the latest Intel C/C++ compilers and performance libraries for IA-32 and Intel® 64 architecture systems. This new...
View ArticleWhat's New in the Intel C++ Compiler integration with Microsoft* Visual Studio*
New in Intel(R) C++ Composer XE 2013 SP1 Integration in Microsoft* Visual Studio*Important change:the default value of "Floating Point Model" property (/fp switch) is "empty" when switching a project...
View ArticleQgcc-dialect
Enables support for a limited gcc-compatible dialect on Windows* OS.SyntaxLinux OS and OS X:NoneWindows OS:/Qgcc-dialect:verArgumentsverIndicates the version of the gcc compiler that the limited...
View ArticleWstrict-prototypes
Determines whether warnings are issued for functions declared or defined without specified argument types.SyntaxLinux OS and OS X:-Wstrict-prototypes-Wno-strict-prototypesWindows...
View ArticleWmissing-declarations
Determines whether warnings are issued for global functions and variables without prior declaration.SyntaxLinux OS and OS X:-Wmissing-declarations-Wno-missing-declarationsWindows...
View ArticleWcheck
Tells the compiler to perform compile-time code checking for certain code.SyntaxLinux OS and OS X:-WcheckWindows OS:/WcheckArgumentsNoneDefaultOFFNo compile-time code checking is...
View ArticleC++14 Features Supported by Intel® C++ Compiler
C++14 features currently supported by Intel C++ Composer XE for Windows*, Linux* and Mac OS* X 2013 SP1 show in the table below.Standard#Language FeaturesVersion 11.0~14.0Version 15.0N3323Tweaked...
View ArticleC99 Support in Intel® C++ Compiler
The following C99 features are supported by Intel(R) C++ compiler that comes with Intel® C++ Composer XE 2011 or 2013, Intel® Parallel Studio XE 2015 Composer Edition for C++, and Intel Parallel...
View ArticleSoftware Requirements for Command Line or GUI Support of the Intel C++...
The following table contains the minimum requirements for the Intel® C++ Compiler for Windows* to generate applications for 32-bit or 64-bit systems.Intel C++ Compiler VersionBuild Apps for IA-32...
View ArticleIntel C++ Compiler - ANSI C/C++ and OpenMP* compliance
C Standard Conformance The Intel(R) C++ Compiler for Linux* or OS X* version 10.x, 11.x, 12.x, 13.x, 14.0 & 15.0 or Intel Parallel Composer 2011 conforms to the ANSI/ISO standard ISO/IEC 9899:1999...
View ArticleCompatibility of Intel® Compiler for OS X* and Xcode*
Supported OS *X and Xcode* versions based on the latest available Intel® C++ and Fortran Compiler and Intel® Composer XE posted here. OS X* VersionXcode* VersionIntel® Compiler 9.1(32-bit)Intel®...
View ArticleSetting Up the Build Environment for Using Intel® C++ or Fortran Compilers
Intel® Composer XE for WindowsIntel® Composer XE for Linux, for OS X*; Intel® INDE Build Edition for OS X*Intel® System Studio Intel® Composer XE for Windows*Follow these steps to invoke the Intel® C++...
View ArticleAligned operator new support in Intel C++ Compiler
The new released Intel® Parallel Studio XE 2015 Composer Edition for C++ Windows* and Linux* supports the aligned operator"new". A new header "aligned_new" is provided by the Intel® Parallel Studio XE...
View ArticleApplying the Profile-Guided Optimization (PGO) to Fluid Animate
Fluid animate is one of a class of algorithms for calculating fluid flow. There is one implementation using Intel® Cilk Plus technology. This sample uses the same serial implementation to demonstrate...
View Article