complex support on alpha
Richard Henderson
rth@cygnus.com
Thu Oct 2 10:46:00 GMT 1997
On Thu, Oct 02, 1997 at 12:21:37PM -0400, Weiwen Liu wrote:
>
> > FC f1(int odd, FC a, FC b, FC c)
> > {
> > return a + b + c;
> > }
>
> I have a question concerning f1:
> How do we pass C of f1? Both real and imagine part on stack, or real on
> register and imagine on stack?
As if the two parts were separate operands -- real in $f21, imaginary
on stack in a 64-bit aligned field.
r~
More information about the Gcc
mailing list