Re: question about intel compiler



What version of ICC are you using? I never had such problems under VC
6.0.
But I remember having problems incorporating ICC 8.00 and IVF 7.0 under
..net.

I used to think ICC was better than VC for numerical computations,
especially
dealing with std::complex class. Later we found out that the complex
class is
written in such a way that VC has problem inlining the complex
multiplication function.
We decided to write our own class to replace the std::complex class. It
turns
out that VC generates faster code than ICC with our own complex class.
I
recently tried ICC 9.0 hoping it would improve somewhat, but to my
disappointment,
I didn't see any difference. I should say that I am very happy to see
improvements in
IVF 9.0.

.