------- Comment #13 from hjl dot tools at gmail dot com 2010-07-15 16:47
-------
struct A {
long b[8] __attribute__((aligned (32)));
__m128i x;
};What alignment should we use to pass it on stack? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44948
