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


    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.

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.


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