Re: inlining problems

2009-10-12 Thread Ian Lance Taylor
Thomas Heller writes: > I ran into a little issue when trying to force inlining with > __attribute__(( always_inline )). The reason why i am trying to force > the compiler to inline my code is simple: I want to implement handwritten > optimizations using SSE intrinsics. However it seems that gcc

inlining problems

2009-10-12 Thread Thomas Heller
Hi list, I ran into a little issue when trying to force inlining with __attribute__(( always_inline )). The reason why i am trying to force the compiler to inline my code is simple: I want to implement handwritten optimizations using SSE intrinsics. However it seems that gcc is not willing to in