This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Status of vector-extension infrastructure
- To: Thomas Womack <tom at womack dot net>
- Subject: Re: Status of vector-extension infrastructure
- From: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Date: Thu, 24 Aug 2000 21:50:45 +0200
- CC: gcc at gcc dot gnu dot org
- Organization: Moene Computational Physics, Maartensdijk, The Netherlands
- References: <004f01c00dea$62eecf20$5637f380@maths.nottingham.ac.uk>
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)