Intel compiler
Has any tried the new Intel compiler yet? I tried it on a few my things and it seems to be about 30% faster than MSVC 6.
http://www.intel.com/software/products/compilers/c50/ (41mb)
Edited by - Wilka on January 1, 2001 1:33:02 PM
My HomepageSome shoot to kill, others shoot to mame. I say clear the chamber and let the lord decide. - Reno 911
I don''t think it''s necessary to have an Intel chip that benefits from the Intel Compiler. Check this article out http://www.tomshardware.com/cpu/00q4/001125/p4-06.html.
The Athlon also get''s a near 100% increase in performance from Intel''s tweaking too.
The Athlon also get''s a near 100% increase in performance from Intel''s tweaking too.
==========================================In a team, you either lead, follow or GET OUT OF THE WAY.
Just thought I''d point out that VC6 developers can download the MS Processor Pack for supporting new processors and instruction sets (PIV SSE2, for instance). I''m not sure, but I think it provides support for other makes of CPUs, not just intel. You can find it on MSDN.
There is also intel''s AMaths library. It provides some intrinsic functions and some features so that programmers no longer need to use assembler for MMX / SSE / SSE2 and other functions. It''s hidden somweher on intel''s website.
Have fun!
Simon Wilson,
XEOS Digital Development
There is also intel''s AMaths library. It provides some intrinsic functions and some features so that programmers no longer need to use assembler for MMX / SSE / SSE2 and other functions. It''s hidden somweher on intel''s website.
Have fun!
Simon Wilson,
XEOS Digital Development
XEOS Digital Development - Supporting the independant and OpenSource game developers!
The processor pack causes some problems with the Debugger and with the use of Virtual Functions in the Constructor. That''s what the readme says. It looks like some cheap hack to get SSE/SSE2/3DNow support into MSVC. You can''t even recompile MFC with it. Who knows what else is broken?
And I can''t use it because I''ve got the Std version. Now, that doesn''t mean what I said above was affected by this.
==========================================
In a team, you either lead, follow or GET OUT OF THE WAY.
And I can''t use it because I''ve got the Std version. Now, that doesn''t mean what I said above was affected by this.
==========================================
In a team, you either lead, follow or GET OUT OF THE WAY.
==========================================In a team, you either lead, follow or GET OUT OF THE WAY.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement