This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] PR target/21128
On Friday 22 April 2005 02:37, Josh Conner wrote:
> On Apr 21, 2005, at 5:37 PM, Paul Brook wrote:
> >> else
> >> return in memory
> >
> > You are changing the ABI for vector types under the APCS. Given we
> > already do
> > complex types "wrong" it may be desirable to preserve this behaviour
> > for
> > vectors < 4 words.
>
> Makes sense. Did you mean <= 4 words, by any chance?
Yes, I did.
Paul