[FFmpeg-devel] [PATCH] Disable MSA optimization for big endian arch
Ronald S. Bultje
rsbultje at gmail.com
Mon May 15 15:00:49 EEST 2017
Hi,
On Mon, May 15, 2017 at 2:01 AM, Shivraj Patil <Shivraj.Patil at imgtec.com>
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 mipsdspr2 && check_inline_asm_flags mipsdspr2 '"absq_s.qb
> $t0, $t1"' '-mdspr2'
>
> + if enabled bigendian && enabled msa; then
> + disable msa
> + fi
> +
> elif enabled parisc; then
>
> if enabled gcc; then
>
<not a configure expert> Looks OK. </not a configure expert>
Ronald
More information about the ffmpeg-devel
mailing list