Gcc 4.0 Vectorizer
The new gcc 4.0 compiler shipped with Apple's Mac OS X 10.4 makes use of a new component, the loop vectorizer. This allows gcc to compile code that will take advantage of altivec optimizations without the need for the developer to explicitly use altivec code.