On Mon, 21 Jan 2013, Peng Yu wrote:
_mm_load_ps requires a 16-byte alignment.How to force 16-byte alignment in GCC? The intel manual mentions __declspec, but g++ prints the errors like the following.
How about looking in GCC's manual then? (I checked, the most obvious google queries lead you to the right page in the manual)
-- Marc Glisse