Don Cross wrote:Hi Jim,
I downloaded your Intel compile of xchenard_ja, and wow, that really is a lot faster. I am interested in getting that, but I am afraid to ask how much it costs. But I will anyway!
How much does it cost? I saw there was a free evaluation version, but it works only for a limited time.
Don
Hi Don,
Take a deep breath
http://www.intel.com/cd/software/produc ... /index.htm
The key to speed is (P)rofile (G)uided (O)ptimization
If you are using a pro (not express) version of Msvc++ you can
already compile exes of comparable speed to Intel's as this has p.g.o capability.
If you are using the Msvc++ 'express' edition read below >
'Microsoft Visual Toolkit 2003' can produce profile guided compiles (unlike latest Msvc express editions).
These would be of comparable speed to Intel.
Go here to download the kit (not available from Microsoft anymore) and get info on setting it up.
http://xona.com/2004/06/29.html
You can also set it up for use with 'CodeBlocks' IDE
http://wiki.codeblocks.org/index.php?ti ... Blocks_IDE
Jim.