Re: [FFmpeg-devel] [PATCH] libavutil/mips: Updated msa generic macros

2017-07-21 Thread Michael Niedermayer
On Fri, Jul 21, 2017 at 01:56:33PM +, Manojkumar Bhosale wrote: > LGTM applied thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you fake or manipulate statistics in a paper in physics you will never get a job again. If you fake or manipulate statistic

Re: [FFmpeg-devel] [PATCH] libavutil/mips: Updated msa generic macros

2017-07-21 Thread Manojkumar Bhosale
LGTM From: ffmpeg-devel [ffmpeg-devel-boun...@ffmpeg.org] on behalf of kaustubh.ra...@imgtec.com [kaustubh.ra...@imgtec.com] Sent: Friday, July 21, 2017 11:54 AM To: ffmpeg-devel@ffmpeg.org Cc: Kaustubh Raste Subject: [FFmpeg-devel] [PATCH] libavutil/mips

[FFmpeg-devel] [PATCH] libavutil/mips: Updated msa generic macros

2017-07-20 Thread kaustubh.raste
From: Kaustubh Raste Reduced msa load-store code. Removed inline asm of GP load-store for 64 bit. Updated variable names in GP load-store macros for naming consistency. Corrected macro descriptions. Signed-off-by: Kaustubh Raste --- libavutil/mips/generic_macros_msa.h | 629 ++---