提交 6f35c216 编写于 作者: S Shivraj Patil 提交者: Michael Niedermayer

Disable MSA optimization for big endian arch

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: NShivraj Patil <shivraj.patil@imgtec.com>
Signed-off-by: NMichael Niedermayer <michael@niedermayer.cc>
上级 43c417ac
......@@ -5392,6 +5392,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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册