malign-mac68k
Aligns structure fields on 2-byte boundaries (m68k compatible).Architecture RestrictionsNot available on Intel® 64 architecture targeting Intel® MIC ArchitectureSyntaxLinux OS:NoneOS...
View ArticleRedefining memory functions in libirc?
Hello,I am linking my application with various Intel libraries. In my application I need to control any call to malloc() and friends. That is, I don't want to use the system's malloc() but want to use...
View ArticleIntroduction to Holders
A holder is a hyperobject that isolates parallel uses of a common variable in cases where it is not necessary to preserve changes from different parallel strands. Each parallel strand will see and...
View Articletransient files with some prefix?
Greetings,I'm on Win 8.1 x64 ICC 15.0.3, MSVC 2013.When I break compilation, sometimes ICC left 4-charactes (readable characters) internal compilation files, they are removed when compilation is...
View Articlegfx 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