This is the mail archive of the gcc-help@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] | |
great. My problem now is that I'm declaring variables on the stack and they're not being aligned.
Corey, you talk about advancing the pointer until it is aligned... is there a trick like that for the stack?
{ ...
long double aligningstuff;
__m128 this_is_16_bytes_aligned;... }
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |