gcc memory alignment pragma
Posted
by aaa
on Stack Overflow
See other posts from Stack Overflow
or by aaa
Published on 2010-04-21T23:20:28Z
Indexed on
2010/04/21
23:23 UTC
Read the original article
Hit count: 333
hello.
Does gcc have memory alignment pragma, akin #pragma vector aligned
in Intel compiler?
I would like to tell compiler to optimize particular loop using aligned loads/store instructions.
Thanks
© Stack Overflow or respective owner