(((1 << 3) & (~0xF | (3 >> 1) & (~0xFFED << 4))) | ~(7 + 0xDEADBEEF << 7) >> 5) >> 5 ^ (0xDE ^ (~0xF32 >> (5 | 74 >> 2)))

Optimizations

Devin Lane | Programming | Saturday, March 22nd, 2008

As an optimization nut, I’m always searching for faster methods of computation. This page will list optimizations I’ve written myself and those I’ve found while searching.

SSE:

4×4 Matrix Inversion
A nice paper by Intel provides three 4×4 matrix inversion implementations, using gaussian elimination, Cramer’s rule, and Cramer’s rule using SSE vector intrinsics.

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

Powered by WordPress | Theme by Roy Tanck, modifications by Devin