[newbie] Re: [newbie] How to use icc instead of gcc

2002-06-22 Per discussione olaf_lists
Well, I am the LAST to recommend significant compilation with a closed-source compiler., but here goes Me too, but in certain situations a faster code is much more important. Now the links are set up so your 'makes' will all use icc. Maybe a bit hard solution, I plan to use icc only for few

[newbie] How to start developing linux software

2002-06-22 Per discussione olaf_lists
Hi, I recently studied C and now I'd like to write some linux apps. I need documentation but I wasn't able to find it in internet. My goal is to write a GUI app (GTK, I found some docs about it), but I also need to connect directly to Xfree to achieve better performance. My final goal is to

[newbie] Re: [newbie] How to use icc instead of gcc

2002-06-21 Per discussione olaf_lists
just wondering if you have any info to back that claim? I read it soe time ago in internet, moreover it can optimize the code for the vector unit of Pentium processors: it automatically split loops and generate (when possible) code optimized for MMX, SSE and SSE2. If you don't believe me, try