ipo: warning #11010: file format not recognized for /usr/lib64/libm.so
......libtool: link: /opt/intel/bin/icc -shared .libs/garray.o .libs/gasyncqueue.o .libs/gatomic-gcc.o .libs/gbacktrace.o .libs/gbase64.o .libs/gbitlock.o .libs/gbookmarkfile.o .libs/gbuffer.o...
View ArticleDumping AST, CFG, IR?
Does anyone know if ICC is capable of dumping an AThanks, Christian
View ArticleCUDA7 samples failed with ICC Package ID: w_ccompxe_2015.2.180
Hi, I compiled the CUDA7 samples with IC Compiler Package ID: w_ccompxe_2015.2.180 Compiling CUDA7 Projectmap "Samples_vs2012"(144 Projects) Active configuration: Debug x64 Using Visual C++ Compiler .....
View ArticleDiagnostic 15322: xxxx was not vectorized: nested conditional statements
Diagnostic message: xxxx was not vectorized: nested conditional statementsThank you for your interest in this diagnostic message. We are still in the process of documenting this specific...
View ArticleDiagnostic 13407: instruction allocating stack space will not be unwound in...
Diagnostic message: instruction allocating stack space will not be unwound in the event of an exceptionThank you for your interest in this diagnostic message. We are still in the process of...
View ArticleDiagnostic 13365: XMM register was modified, but CG_allow_xmm was not specified
Diagnostic message: XMM register was modified, but CG_allow_xmm was not specifiedThank you for your interest in this diagnostic message. We are still in the process of documenting this specific...
View Articlex86_64-k1om-linux-ld: warning: xxx.so, needed by yyy.so, not found (try using...
I use "icc -mmic" to compile it.Why there are so maney warnings "x86_64-k1om-linux-ld: warning: xxx.so, needed by ../glib/.libs/libglib-2.0.so, not found"?I'm sure ../glib/.libs/libglib-2.0.so...
View Articleicc -mmic: x86_64-k1om-linux-ld: cannot find -lselinux
compile with "icc -mmic" failed. ...... x86_64-k1om-linux-ld: skipping incompatible /usr/lib64/libselinux.so when searching for -lselinux x86_64-k1om-linux-ld: cannot find -lselinux......[root@amax...
View Articletemplate substitution bug with default template arguments
The following code compiles fine with gcc and clang but gives an error with icc 2016.#include <utility> struct A { using value_type = double; }; struct K { template<class T, class V = typename...
View ArticleIntel® INDE 2015: Getting Started with the Compiler for OS X* Targets
Intel® Integrated Native Developer Experience 2015 with support for OS X* targets includes:Intel® C++ CompilerIntel® Integrated Performance PrimitivesIntel® Threading Building BlocksIt allows you to...
View ArticleApplication generating core dump
i am currently working on one application which is generating core dump files. Application is compiled using icpc(2013) and running on Intel(R) Xeon(R) E5-2670 processor. if i am using return 0 then...
View ArticleVisual Studio 2013: cannot open file libmmd.lib on vc++ projects
I downloaded and installed the trial of Parallel Studio XE 2015 for Windows, and tried to use it to compile a Visual Studio 2013 solution. This solution contains about 50 vc++ projects. Some use MFC,...
View ArticleSig fault on aligned structure
Dear Intel developers,I'm using Intel 15 on Intel(R) Xeon(R) CPU E5-2670 processor. I allocated an array of structure of array by using _mm_malloc_ as the follow: struct traces_32 { float* r; float* i;...
View ArticleIntel C and C++ Compilers: Features and Supported Platforms
Intel® C++ Compiler Features Supported in Different ProductsThe table below covers all the important features available in Intel® Parallel Studio XE, Intel® Integrated Native Developer Experience...
View Articlevalid code corrupts compiler and causes bug in template deduction
The following code below works fine in clang or gcc, but fails with intel compiler 2016.Note if you comment out the section of code labeled block A (which has nothing to do with anything and isn't...
View ArticleSSE horizontal sum
Dear Intel developers,I have to do an horizontal sum of float by using SSE and adding the results on another float. I wrote this: float x=0; float denom_arr_tmp[4]; _mm128 denom_tmp; for(.....) {...
View ArticleIntel(R) F16C instructions
What compiler option, supported in Intel C++ Compiler for Linux, v15.0.0 excludes a dependency on processor support for Intel (R) F16C instructions?
View Articleodd message from linker about sincosf using icc15.0
I'm using icc 15.0.2 on 64bit linux (Centos 6.5) and when I go to link a .so I get this message: 646 1 sincosf{ic=SINCOSF}( (F32) phi_8909_V$17a, (F32 *)sinphi_8909_V$17b, (F32 *)cosphi_8909_V$17c );...
View Articlestd::move with icc 15.0 on OS X ?
Hi,I have a lot of code and libraries on the mac that were built with libstdc++. I'm wondering if there is a way I can compile things to continue to use that version of the c runtime and yet use...
View ArticleQT and VIsual Studio using OpenCL x86 undefined reference to symbol
Hardware specs : Core: Intel Core i7 2600 GPU: Nvidia Geforce Gtx-580Software environment: IDE 1: QT 4.8 IDE 2: Visual Studio 2013 OS: Windows 7 Compiler for QT: mingw32-g+.exe Compiler for VS:...
View Article