提交 9d12dd6f 编写于 作者: D Diego Biurrun

configure: Add x86 dependency for mmx_internal

This ensures that mmx_internal is only ever enabled on x86.
上级 2f792cb6
......@@ -1915,7 +1915,7 @@ fma4_deps="avx"
avx2_deps="avx"
mmx_external_deps="x86asm"
mmx_inline_deps="inline_asm"
mmx_inline_deps="inline_asm x86"
mmx_suggest="mmx_external mmx_inline"
for ext in $(filter_out mmx $ARCH_EXT_LIST_X86_SIMD); do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册