Hello, On 3/13/06, Thomas Yeh <[EMAIL PROTECTED]> wrote: > > > Hi All, > > I am trying to use the latest autovectorization gcc code to generate > functionally correct SSE instructions, and I have the following questions: > > Where is the latest stable gcc version with autovector? (is this 4.1.0?) > and where is the latest development code for this? (off of the SVN?)
Auto vectorization features are developed on autovect-branch. Once they are stable they are contributed to main GCC development branch. If you concentrate on released GCC only then GCC 4.1.0 has lastet auto vectorization features. And many more are being added into GCC 4.2.0, which is under development. See, http://gcc.gnu.org/projects/tree-ssa/vectorization.html for more info. > > Initially, I want to use code that will generate functional code for my > application. After I familiarize myself with the existing code, I plan to > contribute to this work. That's great! - Devang