]> git.sesse.net Git - qscale/commit
Use SSE intrinsics instead of asm() for vertical SSE, finally offloading the register...
authorSteinar H. Gunderson <sesse@debian.org>
Sun, 27 Sep 2009 19:58:13 +0000 (21:58 +0200)
committerSteinar H. Gunderson <sesse@debian.org>
Sun, 27 Sep 2009 19:58:13 +0000 (21:58 +0200)
commita55a04644e0bc7341397666e8236cbf1ff5e718c
tree1fc577abcaa2ba999f7af223fe6bf8a7b3cf79cb
parent285b119e49d181da10e41c0127ca3c324c786503
Use SSE intrinsics instead of asm() for vertical SSE, finally offloading the register allocation to the compiler. The speed gain is immeasurable, but it sounds like a better idea in general.
README
libqscale.c