Re: alignment issues for sse

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Brian,

How are you making sure that your foo in...

_m128 foo = bar;

...which is allocated on the stack is 16-byte aligned?

What happens when you do this...

_m128 foo __attribute__((aligned(16))) = bar;

...?

Or do you have the __attribute__((aligned(16))) in your class?

--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux