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
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