Re: [FFmpeg-devel] [PATCH] Disable MSA optimization for big endian arch

2017-06-02 Thread Michael Niedermayer
On Thu, Jun 01, 2017 at 02:07:19PM +0530, shivraj.pa...@imgtec.com wrote: > From: Shivraj Patil > > The current upstreamed code has been written and tested for Little Endian > systems. > We do have plans to add the Big Endian support in near future, but till that > time, need to disable all to

[FFmpeg-devel] [PATCH] Disable MSA optimization for big endian arch

2017-06-01 Thread shivraj.patil
From: Shivraj Patil The current upstreamed code has been written and tested for Little Endian systems. We do have plans to add the Big Endian support in near future, but till that time, need to disable all to avoid its usage and failures. Signed-off-by: Shivraj Patil --- configure |4 +++

Re: [FFmpeg-devel] [PATCH] Disable MSA optimization for big endian arch

2017-05-19 Thread Michael Niedermayer
On Thu, May 18, 2017 at 12:36:51PM +, Shivraj Patil wrote: > Shivraj: yes, -mmsa flag will be added and should not be an issue for big > endian mips builds. > > > +if enabled bigendian && enabled msa; then > > +disable msa > > +fi > > As currently, MSA optimizations does not

Re: [FFmpeg-devel] [PATCH] Disable MSA optimization for big endian arch

2017-05-18 Thread Shivraj Patil
itch to default C functions. -Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of Michael Niedermayer Sent: 16 May 2017 20:22 To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] Disable MSA optimization for big endian arc

Re: [FFmpeg-devel] [PATCH] Disable MSA optimization for big endian arch

2017-05-16 Thread Michael Niedermayer
On Mon, Apr 24, 2017 at 05:33:22PM +0530, shivraj.pa...@imgtec.com wrote: > From: Shivraj Patil > > Signed-off-by: Shivraj Patil > --- > configure |4 > 1 file changed, 4 insertions(+) > > diff --git a/configure b/configure > index 1e3463c..c63a48a 100755 > --- a/configure > +++ b/con

Re: [FFmpeg-devel] [PATCH] Disable MSA optimization for big endian arch

2017-05-15 Thread Ronald S. Bultje
Hi, On Mon, May 15, 2017 at 2:01 AM, Shivraj Patil wrote: > Can anyone review the patch please? > [..] > --- a/configure > +++ b/configure > @@ -5357,6 +5357,10 @@ elif enabled mips; then > enabled mipsdsp && check_inline_asm_flags mipsdsp '"addu.qb $t0, $t1, > $t2"' '-mdsp' > enabled

Re: [FFmpeg-devel] [PATCH] Disable MSA optimization for big endian arch

2017-05-14 Thread Shivraj Patil
Hi, Can anyone review the patch please? -Original Message- From: Shivraj Patil Sent: 24 April 2017 17:33 To: ffmpeg-devel@ffmpeg.org Cc: Shivraj Patil Subject: [PATCH] Disable MSA optimization for big endian arch From: Shivraj Patil Signed-off-by: Shivraj Patil --- configure |4 +

[FFmpeg-devel] [PATCH] Disable MSA optimization for big endian arch

2017-04-24 Thread shivraj.patil
From: Shivraj Patil Signed-off-by: Shivraj Patil --- configure |4 1 file changed, 4 insertions(+) diff --git a/configure b/configure index 1e3463c..c63a48a 100755 --- a/configure +++ b/configure @@ -5357,6 +5357,10 @@ elif enabled mips; then enabled mipsdsp && check_inline_asm_f