Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
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 |