PDA

View Full Version : Intel C++ compiler w/ Qt?



gfunk
23rd August 2007, 22:08
Just wondering if anyone has ever tried the Intel C++ compiler with Qt: http://www.intel.com/cd/software/products/asmo-na/eng/279578.htm

I've heard that it generates better optimized code than Microsoft's Visual Studio compiler.

marcel
23rd August 2007, 22:11
I've heard that it generates better optimized code than Microsoft's Visual Studio compiler.

yes, especially on AMD processors :).



Just wondering if anyone has ever tried the Intel C++ compiler with Qt: http://www.intel.com/cd/software/pro...eng/279578.htm (http://www.intel.com/cd/software/products/asmo-na/eng/279578.htm)

Qt 4.3.0 and 4.3.1(commercial) have the win32-icc make spec. Therefore it shouldn't be anything special.

Regards