Rohit Garg <rpg.314@xxxxxxxxx> writes: >> You should be able to use __attribute__ ((aligned (16))) to make this >> happen. > I knew that, it's just that I wanted to minimize cache pollution > because my app thrashes cache badly. My bigger question is if stack is > 16 byte aligned by default on modern 64 bit distributions? Yes, it is. Ian