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


    The only way to solve this is to example the stack pointer at runtime
    and mask off bits in it to align the stack, which isn't currently
    supported as an option in gcc.

Well, not for C, but see gcc/ada/decl.c:make_aligning_type, which does
just that.


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