This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Altivec + 16 byte alignment


Richard Kenner wrote:-

>     Isn't an even better place to do it in the front end, just after parsing
>     the alignment request?
> 
> Probably not, since it would then have to know the complex formula used
> to say what's supported and what isn't.

It's just a function call, exposed to the front end.  Nice and clean.

> And then you have the problem of alignment of *types*, where you have to
> be able to guarantee the alignment for both stack and memory.

Why is that a problem?

Neil.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]