commit | 11684aaa508634f90455ddccfe99a824932295c9 | [log] [tgz] |
---|---|---|
author | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | Wed Apr 27 23:25:15 2011 +0000 |
committer | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | Wed Apr 27 23:25:15 2011 +0000 |
tree | 8f6d6f2461b9c76a17ed6f15e9d7ba7c896afb81 | |
parent | 4fb3dc968cf5a71ba37d3c452f6e15e16950387e [diff] |
Change the default (minimum) client malloc alignment from 8 to 16 on ppc32-linux. This is needed to make Altivec-using code work correctly. Noticed when running ./auxprogs/gsl16test with gcc-4.6 with args -mcpu=970 -g -O3 -ftree-vectorize on Memcheck, in which case a few of the tests failed because malloc() returns 8 byte aligned memory when it should return 16-aligned memory. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11715 a5019735-40e9-0310-863c-91ae7b9d1cf9