_Pragma("vector always") errors
_Pragma("vector always") causes compilation errors with the newest ICC. I'm not explicitly enabling C++11 or anything.
View ArticleAtomic.h(16): internal error: access violation occuring on multiple files
Hi all,Using ICL 13 SP1 Update 5 and Visual Studio 2013 Update 4 I get the following error on multiple files:C:\Program Files (x86)\Intel\Composer XE 2013 SP1\compiler\include\atomic(16): internal...
View ArticleApple OS X 10.9: ld: warning: can't find atom for N_GSYM stabs
Greetings:The following warning doesn't appear to cause any problems however I'd like to understand how to fix it. When I link an application on Apple OS X 10.9.5 with up-to-date Intel C++ I receive...
View ArticleFree webinar April 7 2015 9am PST "Further Vectorization Features of the...
There is a free webinar “Further Vectorization Features of the Intel Compiler” coming next Tuesday talking specifically about getting more vectorizations from Intel Compilers. But you would benefit it...
View ArticleWhy is my project still being linked using LINK instead of xilink?
I've just converted a project that used the Microsoft compiler to use the Intel one. I'm using Visual Studio 2013 and Intel C++ 15.Now, looking at compiler output, I see the following:1>icl: :...
View ArticleИспользование расширенных возможностей компилятора Intel® C++ для приложений...
СодержаниеИспользование выполняемого модуля Intel® Cilk™ Plus в Android для реализации многопоточности приложенийРазработка с помощью компилятора Intel C++, интегрированного со средствами NDKРазработка...
View ArticleСоздание пакетов APK x86 и ARM* APK с помощью компилятора Intel® и GNU* gcc
Table of ContentsВведениеПодготовка среды сборкиСборка из командной строкиНастройка приложенияОчистка рабочей области приложенияСборка двоичных файлов для архитектуры ARM*Сборка двоичных файлов для...
View Articlex86_64-k1om-linux-ld: final link failed
Today I compile radiosity program.gcc work fine.There is warnings with icc.Error with "icc -mmic"Any help?Thanks. ```[root@amax src]# make make -C glibdumb make[1]: Entering directory...
View ArticleHelp tuning icc output for large metaprogram
Hi We have a code using C++11 features to essentially execute a large metaprogram. The program uses both classic template metaprogramming and constexpr functions to help the compiler process a huge...
View ArticleIntel® Parallel Studio XE 2016 Beta program has begun
Hello everyone,The Intel® Parallel Studio XE 2016 Beta program has just begun. We welcome you to participate. For the new features and improvements, you can find them under "Change History" section in...
View ArticleCompiler bug with Windows version 15.0.2.179 Build 20150121
Hi,Trying to compile with 15.0 and Visual Studio 2010 I've come across something that crashes the compiler with this message:Intel(R) C++ Intel(R) 64 Compiler XE for applications running on Intel(R)...
View Articlelambda variadic capture bug with icc 2016
The following code compiles fine with gcc and clang but fails with icctemplate<class... T> void f(T... args) { auto lambda = [&](auto func) { return func(args...); }; } int main() { f(3, 7,...
View Articleproblems of mixed program with fortran
I called a Fortran subroutine from a c++ project, in which the fortran subroutine is packed in an library created by the IVF. However, the link always fails with an error LNK2019. I set up an simple...
View ArticleRounding error with Intrinsics?
Dear Intel developers,I'm using Intel Intrinsics with Intel 13.1.3. I have some rounding error by using _mm_mul_ps routine. This is the piece of code: __m128 denom_tmp = _mm_setzero_ps(); __m128...
View Articleintel c++ compiler 2016 and variable templates
what's going on with variable templates? icc 2016 says they're supported (https://software.intel.com/en-us/articles/intel-c-compiler-160-for-linux...), but when I try to compile the following code it...
View Articleicc compile error on OS X
The code: -------------------------- #include int main() { #ifdef __clang_version__ printf("%s\n", __clang_version__); #endif } ---------------------------__clang_version__ is a builtin macro defined...
View Articlepossible icc bug with for loop condition?
Hi,I have a program which does 1-byte vector sum using SSE intrinsics.When I compile it with Intel compiler (ICC 15.0.1, x86_64, Linux, SandyBridge CPU) it segfaults, it looks like the end condition of...
View ArticlePure virtual call behaviour difference between VS and ICC
Hi,The following code works if compiled with VS but fails with ICC:class A { public: virtual void F() = 0; }; class B : public A { public: virtual void F() = 0; }; class C : public B { public: virtual...
View ArticleICC Compilation Error on Windows for PointCloudLibrary
I am using Intel Compiler 15.0 update 1 to compile the PCL(PointCouldLibrary 1.7.2, https://github.com/PointCloudLibrary/pcl)Using VS2013 default compiler toolset, no issue with compilation.When I...
View Articleicc is ok, error with icc -mmic, compilation aborted
[root@amax conversion]# /bin/sh ../../libtool --tag=CC --mode=compile icc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -pthread -I/usr/lib64/glib-2.0/include -I/usr/include/pango-1.0...
View Article