Re: Autovectorizing does not work with classes

2008-10-07 Thread Tim Prince
Georg Martius wrote: > Dear gcc developers, > > I am new to this list. > I tried to use the auto-vectorization (4.2.1 (SUSE Linux)) but unfortunately > with limited success. > My code is bassically a matrix library in C++. The vectorizer does not like > the member variables. Consider this code

Re: Autovectorizing does not work with classes

2008-10-07 Thread Ira Rosen
[EMAIL PROTECTED] wrote on 07/10/2008 10:48:29: > Dear gcc developers, > > I am new to this list. > I tried to use the auto-vectorization (4.2.1 (SUSE Linux)) but unfortunately > with limited success. > My code is bassically a matrix library in C++. The vectorizer does not like > the member vari