Sujet : Re: Concertlina II: Full Circle
De : quadibloc (at) *nospam* servername.invalid (John Savard)
Groupes : comp.archDate : 18. Jun 2024, 23:01:34
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <el047jt94n4eb0l3f829p1jnatncunm5dj@4ax.com>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Forte Free Agent 3.3/32.846
On Tue, 18 Jun 2024 21:23:57 +0000,
mitchalsup@aol.com (MitchAlsup1)
wrote:
John Savard wrote:
(1 bit) This indicates whether we're talking about the integer
registers or the floating-point ones.
>
Loops controlled by floating point indexes do not vectorize, however
the
body of the loop can be any mix of int, logical, memory, or FP
instructions.
Oh no, my index is always an integer. This bit applies to the
"live-in" bits - if the loop performs floating-point computation, it's
floating-point registers that I want to mark as forwarding nodes.
And so you indicate this explicitly in VVM as well. I tended to assume
only a limited number of registers would be needed to live in, plus I
have both floating and integer register files, hence the differences.
John Savard