]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Revert part of r18903:
authorramiro <ramiro@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 23 May 2009 01:20:42 +0000 (01:20 +0000)
committerramiro <ramiro@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 23 May 2009 01:20:42 +0000 (01:20 +0000)
commit212a5e1c68facab15c28afa2c703303213072516
treea147bad7433876bba9cf184b44cda22331cb673a
parentf1bde7ba877194201cfdc88cfa95f76013dbc527
Revert part of r18903:
MLP DSP functions x86-optimized.
12.59% overall speedup in x86_32
 9.98% overall speedup in x86_64
compared to gcc 4.3.3

It breaks on x86_64 with PIC because the MANGLE macro appends (%%rip), which
is not wanted for labels.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18904 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/Makefile
libavcodec/mlpdsp.c