Hi, On Fri, Mar 2, 2012 at 4:30 AM, Luca Barbato <[email protected]> wrote: > On 02/03/12 05:39, Ronald S. Bultje wrote: >> x86-64 is guaranteed to have at least SSE2, therefore the MMX/MMX2 >> functions will never be used in practice. >> --- >> libavcodec/x86/vp8dsp-init.c | 24 ++++++++++++++++++++---- >> libavcodec/x86/vp8dsp.asm | 15 +++++++++++++++ >> 2 files changed, 35 insertions(+), 4 deletions(-) > > Ok, which is the size gain?
Before: bash-3.2$ ls -la libavcodec/x86/vp8dsp.o -rw-r--r-- 1 ronaldbultje ronaldbultje 54009 Mar 2 07:29 libavcodec/x86/vp8dsp.o After: bash-3.2$ ls -la libavcodec/x86/vp8dsp.o -rw-r--r-- 1 ronaldbultje ronaldbultje 34604 Mar 2 07:29 libavcodec/x86/vp8dsp.o So 19.4kb (plus a tiny little bit in vp8dsp-init.o also). Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
