Hi,
I'm having an issue with icc on linux, it's using xmmintrin.h from the gcc install. I've tested on 3 systems, each of these has different icc gcc versions :-). On 2 of the systems the build fails, the other it does not. I'm wondering if in newer versions of icc, icc searches its own directories for files before gcc's? or if icc always finds gcc's xmmintin.h first, and on the system where I don't have build errors, it just so happens to be that gcc's xmminrin.h is compatible with the one belonging to icc?
I've been working around by appending -I$INTEL_ROOT/include/{intel64,ia32}. but I don't want to do this if intel automatically does this in it's newer compilers. I want to find a reliable solution for all intel compiler versions.
Burlen




