Quantcast
Channel: Intel® C++-Compiler
Browsing all 1665 articles
Browse latest View live

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 Article


Intel® 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 Article

Intel® 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 Article

C++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 Article


Unable 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 Article

Intel® 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 Article

Image may be NSFW.
Clik here to view.

What'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 Article


Qgcc-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 Article


Wstrict-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 Article

Wmissing-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 Article

Wcheck

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 Article

C++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 Article


C99 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 Article

Software 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 Article


Image may be NSFW.
Clik here to view.

Intel 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 Article

Compatibility 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 Article


Image may be NSFW.
Clik here to view.

Setting 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 Article

Aligned 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 Article

Applying 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
Browsing all 1665 articles
Browse latest View live