------- Comment #6 from rguenth at gcc dot gnu dot org 2008-02-05 12:38 ------- does making int a[N]; aligned fix it? That is
int a[N] __attribute__((aligned(16))); ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35085
rguenth at gcc dot gnu dot org Tue, 05 Feb 2008 04:39:33 -0800
------- Comment #6 from rguenth at gcc dot gnu dot org 2008-02-05 12:38 ------- does making int a[N]; aligned fix it? That is
int a[N] __attribute__((aligned(16))); ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35085