On Tue, 28 May 2013, Anton Titov wrote:
I'm trying to force gcc to trust me that my memory allocation function is returning aligned memory. So far I tried everything I found with no luck.
Did you try using __builtin_assume_aligned? -- Marc Glisse
On Tue, 28 May 2013, Anton Titov wrote:
I'm trying to force gcc to trust me that my memory allocation function is returning aligned memory. So far I tried everything I found with no luck.
Did you try using __builtin_assume_aligned? -- Marc Glisse