Sujet : Re: Computer architects leaving Intel...
De : tkoenig (at) *nospam* netcologne.de (Thomas Koenig)
Groupes : comp.archDate : 10. Sep 2024, 06:22:32
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vbol2o$2pu9t$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
User-Agent : slrn/1.0.3 (Linux)
Michael S <
already5chosen@yahoo.com> schrieb:
On Mon, 09 Sep 2024 07:07:25 GMT
anton@mips.complang.tuwien.ac.at (Anton Ertl) wrote:
>
Does hardware on which negative stride is faster really exists?
Depends on what the alterntive is.
For a Fortran assignment
a(n1:n2) = a(n3:n4)
the semantics of the language demand that the RHS is evaluated
completely before the assignment. In the case of the wrong
kind of overlap, a negative stride can be used instead of
using an array temporary.