QUOTE(ogg @ Dec 22 2002 - 12:31 PM)
Is it possible to optimize software for my specific processor/setup with MingW? I looked at the cmd line options for the compiler and don't see anything...
And what program do I need access CVS (Windows)?
Oh yes, there are lots of optimisations in MingW. I used it to compile oggenc with 3Dnow! and SSE for Athlons and it seemed to compare quite well with with ICL.
do a:
gcc -v --help > gcchelp.txt
Then you have a list of all the possible command-line options for it in your gcchelp.txt file.

For an example of the command-line switches, have a look at
http://www.geocities.com/steve8988/#how