Re: [FFmpeg-devel] [PATCH 07/12] mips/aacdec: remove uses of mips32r2 specific ext instructions

2015-03-04 Thread Nedeljko Babic
>> >Removing these removes the dependency of this code on mips32r2 which would >> >allow it to be used on processors which have FPU instructions, but not r2 >> >instructions (like the mips64el debian port for instance). >> > >> >> I would be more comfortable if there were two instances of this cod

Re: [FFmpeg-devel] [PATCH 07/12] mips/aacdec: remove uses of mips32r2 specific ext instructions

2015-03-03 Thread James Cowgill
On Tue, 2015-03-03 at 12:42 +, Nedeljko Babic wrote: > >Removing these removes the dependency of this code on mips32r2 which would > >allow it to be used on processors which have FPU instructions, but not r2 > >instructions (like the mips64el debian port for instance). > > > > I would be more

Re: [FFmpeg-devel] [PATCH 07/12] mips/aacdec: remove uses of mips32r2 specific ext instructions

2015-03-03 Thread Nedeljko Babic
>Removing these removes the dependency of this code on mips32r2 which would >allow it to be used on processors which have FPU instructions, but not r2 >instructions (like the mips64el debian port for instance). > I would be more comfortable if there were two instances of this code: one for mips32r

[FFmpeg-devel] [PATCH 07/12] mips/aacdec: remove uses of mips32r2 specific ext instructions

2015-02-26 Thread James Cowgill
Removing these removes the dependency of this code on mips32r2 which would allow it to be used on processors which have FPU instructions, but not r2 instructions (like the mips64el debian port for instance). Signed-off-by: James Cowgill --- libavcodec/mips/aacdec_mips.h | 49