Re: [FFmpeg-devel] [PATCH] Add prefetch for mips

2017-07-13 Thread Michael Niedermayer
On Wed, Jul 12, 2017 at 12:07:21PM +, Manojkumar Bhosale wrote: > LGTM will apply if it builds and doesnt worsen fate thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you drop bombs on a foreign country and kill a hundred thousand innocent people, exp

Re: [FFmpeg-devel] [PATCH] Add prefetch for mips

2017-07-12 Thread Manojkumar Bhosale
LGTM -Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of kaustubh.ra...@imgtec.com Sent: Wednesday, July 12, 2017 5:33 PM To: ffmpeg-devel@ffmpeg.org Cc: Kaustubh Raste Subject: [FFmpeg-devel] [PATCH] Add prefetch for mips From: Kaustubh Raste Si

Re: [FFmpeg-devel] [PATCH] Add prefetch for mips

2017-07-11 Thread Michael Niedermayer
On Tue, Jul 11, 2017 at 12:18:59PM +0530, kaustubh.ra...@imgtec.com wrote: > From: Kaustubh Raste > > Signed-off-by: Kaustubh Raste > --- > libavcodec/mips/Makefile|1 + > libavcodec/mips/videodsp_mips.c | 42 > +++ > libavcodec/videodsp.c