gfx offload compile error
Hello,I am running VS2013 and haven't had any luck getting a simple gfx offload to compile.the error I am getting is as follows:gfx_linker: : error : failed to execute 'ld.exe', errno 2I have been...
View ArticleGetting Started with the Intel® C++ Compiler Standard Edition for Embedded...
The Intel(R) C++ Compiler Standard Edition for Embedded Systems with Bi-Endian Technology version 13.0 compiles C and C++ source files on Linux* OS systems. The compiler is supported on IA-32 and...
View ArticleICE with icpc 15.0.0.090 on std::enable_if
I have a problem with compiling code that works fine with gcc 4.8.1 or clang 3.5. At first, icc refused to compile it claiming (incorrectly) that my code had more than one instance of an overloaded...
View Articlesvml_* / libirc in Composer XE 2015 update 2 on Windows
I have updated my Composer XE 2015 installation to the update 2 on a Windows PC, and it seems that svml_* and libirc libraries are gone. (In case my upgrade went wrong, I also did a repair of the...
View ArticleIntel® C++ Compiler 14.0 Standard Edition for Embedded Systems with Bi-Endian...
This page provides the current Release Notes for the Intel® C++ Compiler 14.0 Standard Edition for Embedded Systems with Bi-Endian Technology products. All files are in PDF format - Adobe Reader* (or...
View ArticleFloating point signals into C++ exceptions
Hi,Is there a way, using intel C++ compiler, to transform a floating point exception into a regular exception that one can catch ?Francois
View ArticleSingle Entry and Single Exit Criteria for loop vectorization.
I was reading A guide to vectorization with Intel C++ compilers: https://software.intel.com/sites/default/files/8c/a9/CompilerAutovectori... I am referring to Single Entry and Single Exit Criteria Page...
View ArticleLNK2001: unresolved external symbol __intel_new_feature_proc_init
I'm getting an "error LNK2001: unresolved external symbol __intel_new_feature_proc_init" with the accompanying LNK1120.I'm using VS2013 Professional (though I am not!) and just upgraded to Intel...
View Articlefailure to compile variadic template function
icc 15.0.0 fails to compile the following#include <utility> struct S { enum E {A,B}; // convert run-time variable e to a compile-time variable template<template<E> class F, typename......
View ArticleComposer XE 2015 Update 2 and Visual Studio 2010
The Windows C++ Composer XE 2015 Update 2 installer will not let me select "Integration into Visual Studio 2010".Both Visual Studio 2010 and 2013 are installed on my system, and the installer offers to...
View ArticleInformation about Intel Compiler
Hello, I' new here, my name is Sabino and I lead my own indie development. Intel Compiler caught my attention, so I decided to get more information about this software. Benchmark affirms that...
View ArticleBug: C++11 non-POD thread_local causes reinitialization of non-thread_local...
Using a thread_local non-POD type seems to cause all static but non-thread_local variables (which should only be initialized once) to be reconstructed on every access to the thread_local...
View ArticleAnnouncing new product: Intel® Data Analytics Acceleration Library 2016 Beta
We are pleased to announce the release of Intel® Data Analytics Acceleration Library 2016 Beta! Intel® Data Analytics Acceleration Library is a C++ and Java API library of optimized analytics building...
View ArticleLinker Problems with Nonstandard GCC Installation
In our CentOS 6.6 system we have a nonstandard gcc installation - let's say it's /opt/gcc49 - and the "standard" gcc installation as well, both with their own includes and libstdc++. There's an option...
View ArticleIntel® C++ Composer XE 2013 SP1 for Linux*, Update 5
Intel® C++ Composer XE 2013 SP1 Update 5 includes the latest Intel C/C++ compilers and performance libraries for IA-32, Intel® 64, and Intel® Many Integrated Core (Intel® MIC) architecture systems....
View ArticleIntel® C++ Composer XE 2013 SP1 for Windows*, Update 5
Intel® C++ Composer XE 2013 SP1 Update 5 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[OS X] a tuple of tuples
The following code contains a std::tuple of tuples. It can be successfully compiled with c++ compiler provided by Apple but fails with icpc-15.0.2.132 under OS X 10.10(Yosemite).#include <tuple>...
View Article"internal error: backend signal" when compilng "DRMAA for PBS"
Hello,On two separate systems I've attempted to compile "DRMAA for PBS" (found here). It successfully compiles with gcc and fails with icc resulting in the "interal error: backend signal". From what I...
View ArticleA possible bug found in ICC compiler with inline ASM
I found a bug when using the inline ASM of Intel Parallel Studio XE 2015 Update 2 Composer Edition for C++ Windows. Since I'm not very familiar with inline ASM, I'm not sure if it is a bug. #include...
View ArticleProblem compiling with armadillo
Hello all,I'm using aramadillo (http://arma.sourceforge.net) to elegantly manipulate arrays. All was working well till the last version (4.650.2). Now it fails compiling with icpc (15.0.1, Linux)...
View Article