Search code examples
compile-time-known array size: passed compilation using g++ but not for icpc...

c++arraysgccstructicc

Read More
overriding function calls from SVML...

c++linkericcxeon-phiavx512

Read More
Error with Intel C++ compiler: identifier "_Compare" is undefined...

c++c++11intelicc

Read More
Why is this code slower when the array size is even?...

cperformancegccoptimizationicc

Read More
Does ICC satisfy C99 specs for multiplication of complex numbers?...

cassemblycomplex-numbersavxicc

Read More
Does gcc give worse/slower code using v* assembly instructions?...

cgccassemblyicc

Read More
Why does icc fail to handle compile-time branch hints in a reasonable way?...

coptimizationx86iccbuilt-in

Read More
How it's possible a binary is not changed when increasing optimization flag?...

c++gcccompiler-optimizationicc

Read More
Why does ICC unroll this loop in this way and use lea for arithmetic?...

c++assemblyx86-64icc

Read More
Diagnose a multiple definition error...

c++linkageicc

Read More
Linking with cmake, icc and pthreads (linux)...

c++linuxcmakelibrariesicc

Read More
gcc and intel's icpc on redhat do not recognize namespace std::literals;...

c++linuxgccc++14icc

Read More
How to access vector class array methods in c++...

c++visual-c++stdvectoricc

Read More
Is "g++ -MMD" better than include scanning?...

gccincludedependenciesicc

Read More
Unneccessary pop instructions in functions with early if statement...

c++gccassemblyclangicc

Read More
the Intel C/C++ compilers throw error during array initialization...

c++cintelicc

Read More
Loop unrolling in inlined functions in C...

coptimizationinlineicc

Read More
configure: error: C preprocessor fails sanity check...

linuxcompiler-errorsconfigureicc

Read More
Compilation error compiling Qt with icpc on Ubuntu 14.04...

c++qtcompiler-errorsubuntu-14.04icc

Read More
Segmentation fault on icpc-compiled program...

c++segmentation-faulticc

Read More
Building boost with Intel C++ Composer XE 2013...

c++boostbuildicc

Read More
How to override python's distutils gcc linker with icc?...

ubuntu-14.04python-3.4cythondistutilsicc

Read More
Unable to install h5py on Ubuntu 14.04 with icc compiler...

python-3.xinstallationubuntu-14.04icch5py

Read More
Xeon Phi: slower performance with padding...

copenmpcompiler-optimizationiccxeon-phi

Read More
Offload into MIC (Xeon Phi) error iterating over loaded array...

ciccxeon-phioffloading

Read More
Fix 3rd party library code initialization of a class member function reference parameter with a cons...

c++icc

Read More
Is there a performance different between compiling and linking mkl library via icc or gcc?...

gcccompilationintelicc

Read More
undefined reference to std::__detail::_List_node_base::swap...

c++linuxc++11gccicc

Read More
What is a magic function in C/C++ (in regards to OpenMP)...

c++cgccopenmpicc

Read More
Does Intel provide its own C library on Linux?...

clinuxfortranintel-fortranicc

Read More
BackNext