ICL 2016 update 2 still does NOT work with VC2015
Hi, so installing the update 2 doesn't fix the existing errors from update 1, but adds loooooots of others. Here's the command line, minus custom stuff:icl.exe /D "_SECURE_SCL=0" /D "_WINDOWS" /D...
View ArticleBug
Usage of static constexpr member-function or member-variable, declared within a template, causes compiler error, if declared member-function or member-variable is further used within the same...
View ArticleIntel® C++ Compiler - Interprocedural Optimization
Sprache EnglischSoftwareprodukte: Intel® C++-CompilerBetriebssystem: Apple OS X*Linux*Microsoft Windows* (XP, Vista, 7)Microsoft Windows* 10Microsoft Windows* 8.xProgrammiersprache: C/C++Kurze...
View ArticleIntel® C++ Compiler - Intrinsic Samples
Sprache EnglischSoftwareprodukte: Intel® C++-CompilerBetriebssystem: Apple OS X*Linux*Microsoft Windows* (XP, Vista, 7)Microsoft Windows* 10Microsoft Windows* 8.xProgrammiersprache: C/C++Kurze...
View ArticleIntel® C++ Compiler – Samples for Intel Xeon Phi™
Sprache EnglischSoftwareprodukte: Intel® C++-CompilerBetriebssystem: Linux*Microsoft Windows* (XP, Vista, 7)Microsoft Windows* 8.xProgrammiersprache: C/C++Kurze Beschreibung: These samples illustrate...
View ArticleIntel® C++ Compiler - Openmp*
Sprache EnglischSoftwareprodukte: Intel® C++-CompilerBetriebssystem: Apple OS X*Linux*Microsoft Windows* (XP, Vista, 7)Microsoft Windows* 10Microsoft Windows* 8.xProgrammiersprache: C/C++Kurze...
View ArticleIntel® C++ Compiler - Optimize
Sprache EnglischSoftwareprodukte: Intel® C++-CompilerBetriebssystem: Apple OS X*Linux*Microsoft Windows* (XP, Vista, 7)Microsoft Windows* 10Microsoft Windows* 8.xProgrammiersprache: C/C++Kurze...
View ArticleIntel® C++ Compiler - Samples for Intel Cilk Plus™
Sprache EnglischSoftwareprodukte: Intel® C++-CompilerBetriebssystem: Apple OS X*Linux*Microsoft Windows* 8.xProgrammiersprache: C/C++Kurze Beschreibung: This sample bundle contains multiple samples to...
View ArticleIntel® C++ Compiler - Samples for Intel® Graphics Technology
Sprache EnglischSoftwareprodukte: Intel® C++-CompilerBetriebssystem: Linux*Microsoft Windows* 10Microsoft Windows* 8.xProgrammiersprache: C/C++Kurze Beschreibung: These samples are designed to...
View Articleerror: 010101_45097
Hi,I get the following compiler error if I build in release mode (Visual Studio 2010 with Intel compiler 16.0), debug mode works: myexception.h(471) (col. 15): : error : 010101_45097The error occur...
View Article__stack_chk_guard and -fstack-protector-strong
I am building some sources on CentOS 6 with the following command /opt/intel/composer_xe_2016.2.181/bin/intel64/icc -o stream.o -c -Wall -Wformat -Wformat-security -Wparentheses...
View Article-P doesn't produce .i files in ICC
hi, i can't produce the preprocessed files with -P on my project compiling with ICC: https://github.com/riclas/rstmin order to compile it with -P just change the line: set(rstm_init_cxx_flags -Wall)...
View ArticleIntel C++ integration with Visual Studio 2015 Community Edition not working
I am trying to use Intel C++ Composer with Visual Studio 2015 Community Edition. It seems however that the Intel tools do not integrate with this version of Visual Studio. None of the Intel menus...
View ArticleExtremely slow compilation
I am having very slow compilations using the 2016 compiler, that are still happening after upgrading to the latest update (2016 U2). I'm getting no replies from any of my "premier" support requests...
View ArticleInlining of function pointer arguments to other functions
In the past, I’ve asked about what we can expect from IPO with the Intel compiler. My take away from that was that we cannot expect Intel C++ to inline function pointer arguments to other functions...
View ArticleIntel C++ 2016 std::function error
The following minimal working example fails to compile with the latest 2016 Update 2 on OS X 10.11.3 with Xcode 7.2.1, #include <functional> template <typename T> class C { public: using...
View Articleicpc 16.02 compiler bug -trackback and -O0 incompatiblity
I discovered this bug on Mac OSX 10.11.3. It may or may not also occur for the Linux version. I have a C++ program that will not compile when using both -trackback and -O0. The failure message is":...
View Article"#pragma" ivdep not removing asumed vector dependance
Hi,We have a question on the behavior of "#pragma ivdep", multi-versioning and assumed vector dependence. We have a workload (LU decomposition) that contains an assumed vector dependence. I did not...
View ArticleUnable to install XE 2016 on Ubuntu 14.04
Just a "Something wrong with package", nothing else. Tried offline install, same thing.This is a DigitalOcean instance.
View Article