Quantcast
Channel: Intel® C++ Compiler
Browsing all 1616 articles
Browse latest View live

Compiling ROM for x86 Android Device

Hello,For first, here is writed the Intel INDE Proffessional is free until January 2016, but the download link is broken https://software.intel.com/en-us/legacy-intel-inde. Why?I have a Lenovo P90. I...

View Article


Whether it's fine to use __restrict keyword in this specific example?

It's the same example as in 6.7.3.1 of C99 spec.EXAMPLE 3 The function parameter declarationsvoid h(int n, int * restrict p, int * restrict q, int * restrict r) { int i; for (i = 0; i < n; i++) p[i]...

View Article


Parallel Studio XE 2016 on Linux Mint: Unsupported?

Dear board users,I am trying to install Parallel Studio XE 2016 on a Linux Mint 17.3 machine.I have seen that the installation process does not support LinuxMint, not even Ubuntu if I remember well. My...

View Article

How to optimize a simple loop?

The loop is simplevoid loop(int n, double* a, double const* b) { #pragma ivdep for (int i = 0; i < n; ++i, ++a, ++b) *a *= *b; }I am using intel c++ compiler and using #pragma ivdep for optimization...

View Article

Evaluation license file?

Hello to all,We have a server with Parallel Studio X without reliable network access (its on a ship).  As such, it is impossible to download 3.9GB files.The Parallel Studio XE licensing on the ships...

View Article


xilink error

Hi,after complete new installation of visual studio 2015 and composer 2016 sp1 on a Windows 10 pro I get the following error of xilink:C:\Program Files...

View Article

Please suggest me an intel CPU for best performance of my code

My code is quite simplevoid foo(int n, double* a, double* b, double *c, double*d, double* e, double* f, double* g) { for (int i = 0; i < n; ++i) { a[i] = b[i] * a[i] + c[i] * (d[i] + e[i] + f[i] +...

View Article

Image may be NSFW.
Clik here to view.

icl error with msbuild

After installing IntelV16 Update1 and VS2015 Update 1 , my buildprocess is broken when msbuild(14.0.24720) is used .icl complains "icl: : error : option '/Qopt-matmul' not supported", if "Enable Matrix...

View Article


Can't compile for x64 anymore after applying Parallel Studio 2016 update 1

I was succesfully building several projects with Intel C++ 16.0 Build 10250815 (installed with parallel_studio_xe_2016_setup.exe) for both Win32 and x64 target platforms.After upgrading to the Intel...

View Article


installation of trial version of latest version of c/c++ compiler

how i can install the trial version of intel icc compiler in my machine.

View Article

Image may be NSFW.
Clik here to view.

Intel C++ Compiler internal error: 04010002_15114

Hi everyone,Got error while building MPFR library (mpfr.org) using Intel C++ Compiler. Used stuff: - Windows 10, - Visual Studio 2015 Update 1 with integrated Intel Parallel Studio XE 2016 Update 1, -...

View Article

Can simd and omp parallel for work together for a loop?

I have a loop, can ivdep, simd and omp parallel for work together for the loop like#pragma ivdep #pragma simd #pragma omp parallel for for(int i = 0; i < n; ++i) { ... // code without data...

View Article

What is the difference between __restrict and restrict?

I check them in my code and find __restrict gives better performance than restrict when used for pointers with intel c++ compiler. I use #pragma omp parallel for and #pragma ivdep for my loop. What is...

View Article


Internal error: assertion failed at: "shared/cfe/edgcpfe/lower_name.c", line...

Compiling the attached source yields an internal error in shared/cfe/edgcpfe/lower_name.c. This issue is not limited to compilation of pre-processed sources, I've only attached a pre-processed source...

View Article

Friend declaration for sibling inner class causes warning

The following code causes a bogus warning: ~ > cat /tmp/main.cpp template <typename T> class Parent { class A {}; class B { friend class Parent<T>::A; }; }; ~ > icc -c /tmp/main.cpp...

View Article


Should we align for SIMD on modern x86?

Hi,I've been working on the usage of aligning arrays to SIMD width on modern x86 CPU. I finally found this piece of code that shows a difference on my computer (Core i7-4850HQ).#include...

View Article

Alignment of returned address from malloc()

Hi, guys,I am using icc 15.0.2 which is compatible to gcc 4.4.7. Whenever I allocate a memory space with malloc function, the address is aligned by 16 bytes. I know gcc's malloc provides the alignment...

View Article


Out-of-memory error when compiling a huge project for 32-bit Windows target...

I have a huge project, that needs lots of optimizations, so I use profile guided stuff, which doesn't really improve performance, but smallers the executables quite a bit (from 50MB to 35MB or so)....

View Article

What is "gcc compatibility mode" and how to disable it?

Hello,I am - so far - quite unsuccessful in using icpc 2016 while making boost 1.59.0. I did manage to compile a helloworld program BTW.I am using Linux Mint 17.3My question is: icpc shows ~ $ icpc -v...

View Article

cmake does not find std::nullptr_t

I'm trying to build a library with the Intel compiler using cmake. This library makes use of the std::nullptr_t introduced with C++11. So the cmake scripts check for '-std=c++11' which is present in...

View Article
Browsing all 1616 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>