Hi, On Sat, Jan 28, 2012 at 5:20 AM, Jason Garrett-Glaser <[email protected]> wrote: > On Fri, Jan 27, 2012 at 7:29 AM, Ronald S. Bultje <[email protected]> wrote: >> --- >> libavcodec/x86/Makefile | 1 + >> libavcodec/x86/pngdsp-init.c | 114 ++++------------------------------ >> libavcodec/x86/pngdsp.asm | 142 >> ++++++++++++++++++++++++++++++++++++++++++ >> 3 files changed, 155 insertions(+), 102 deletions(-) >> create mode 100644 libavcodec/x86/pngdsp.asm > > There's a lot of mova in that second function, maybe some AVX?
As agreed on IRC, can't be done since this works on MMX registers, AVX is XMM-only. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
