Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Tue, 10 Oct 2006 08:01:19 +0000 | gpoirier | Move TRANSPOSE8 macro to dsputil_altivec.h. libavcodec |
Tue, 10 Oct 2006 06:56:51 +0000 | michael | moving another bit&1 out, this is as fast as with it in there, but it makes more sense with it outside of the loop libavcodec |
Tue, 10 Oct 2006 01:17:39 +0000 | michael | move the &1 out of the asm so gcc can optimize it away in inlined cases (yes this is slightly faster) libavcodec |