This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Status of vector-extension infrastructure


Thomas Womack wrote:

> If I'm being *really* utopian, I'd like to be able to do
> 
> _simd_float_1048576 *U,*V,*W;
> *U+=(*V + 2*(*W));

You don't want gcc - you want an industrial strength Fortran 95 compiler
with loop blocking and automatic vectorisation.

That, however, won't be free (both in the speech and the beer sense).

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://g95.sourceforge.net/ (under construction)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]