Re: [libav-devel] [PATCH 2/2] aarch64: implement videodsp.prefetch

2014-04-05 Thread Diego Biurrun
On Sat, Apr 05, 2014 at 02:16:48PM +0200, Janne Grunau wrote: > --- /dev/null > +++ b/libavcodec/aarch64/videodsp.S > @@ -0,0 +1,28 @@ > +// > +// This file is part of Libav. > +// > +// Libav is free software; you can redistribute it and/or > +// modify it under the terms of the GNU Lesser General

[libav-devel] [PATCH 2/2] aarch64: implement videodsp.prefetch

2014-04-05 Thread Janne Grunau
From: Janne Grunau 8% faster h264 decoding on Apple A7. --- libavcodec/aarch64/Makefile| 2 ++ libavcodec/aarch64/videodsp.S | 28 libavcodec/aarch64/videodsp_init.c | 32 libavcodec/videodsp.c | 2 ++ liba