Re: [FFmpeg-devel] [PATCH v7 1/3] mips: improve detection of ISAs, FPU and ASEs (DSP, MSA)

2016-02-26 Thread Michael Niedermayer
On Wed, Feb 24, 2016 at 04:38:20PM +, Vicente Olivert Riera wrote: > Signed-off-by: Vicente Olivert Riera > --- > Changes v6 -> v7: > - Do not pass -msoft-float. Leave the mipsfpu handling as it was >before, so nothing changes. This could be improbed in the

[FFmpeg-devel] [PATCH v7 1/3] mips: improve detection of ISAs, FPU and ASEs (DSP, MSA)

2016-02-24 Thread Vicente Olivert Riera
Signed-off-by: Vicente Olivert Riera --- Changes v6 -> v7: - Do not pass -msoft-float. Leave the mipsfpu handling as it was before, so nothing changes. This could be improbed in the future. Changes v5 -> v6: - Multiple changes: - Use separate if blocks when