Re: forall and do loop
- From: Janne Blomqvist <foo@xxxxxxxxxxx>
- Date: Fri, 27 Jul 2007 22:33:25 +0300 (EEST)
highegg wrote:
For instance, generating a separate unit-stride and non-unit-stride
code for array expressions (I'm not sure if gfortran does this).
No, not at the moment. But, barring waiting for SSE47 to acquire
proper long vector support with a stride register (and other useful
things like scatter/gather), something like this has to be done if one
wants to vectorize loops with arrays provided via arguments to
procedures with explicit interfaces (where arrays are passed by
descriptor).
--
Janne Blomqvist
.
- References:
- forall and do loop
- From: aeroguy
- Re: forall and do loop
- From: glen herrmannsfeldt
- Re: forall and do loop
- From: aeroguy
- Re: forall and do loop
- From: highegg
- Re: forall and do loop
- From: aeroguy
- Re: forall and do loop
- From: highegg
- Re: forall and do loop
- From: Tobias Burnus
- Re: forall and do loop
- From: highegg
- forall and do loop
- Prev by Date: Re: Help linking f77 libraries into gfortran
- Next by Date: Re: Help linking f77 libraries into gfortran
- Previous by thread: Re: forall and do loop
- Next by thread: Re: forall and do loop
- Index(es):
Relevant Pages
|