LiraNuna’s Development Blog

Archives

Archive for July, 2009

SSE intrinsics optimizations in popular compilers

Lately I have been playing a lot with SSE optimizations and I really enjoy it so far – using functions to tell the compiler what instructions to use makes you feel the power in your finger tips. At first I was naive and thought the compiler will do exactly what it’s being told, assuming that [...]