Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
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 |
Tue, 10 Oct 2006 01:08:39 +0000 | michael | replace a few and/sub/... by cmov libavcodec |
Mon, 09 Oct 2006 21:57:10 +0000 | michael | reading 8bit mem into a 8bit register needs 2 uops on P4, 8bit->32bit with zero extension needs just 1 libavcodec |
Mon, 09 Oct 2006 21:39:07 +0000 | michael | on the P4 inc needs twice as much time a add libavcodec |
Mon, 09 Oct 2006 21:21:10 +0000 | michael | 10l libavcodec |