Commit 7116e689 authored by James Almer's avatar James Almer

Merge commit '9d12dd6f'

* commit '9d12dd6f':
  configure: Add x86 dependency for mmx_internal
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents 580732e3 9d12dd6f
......@@ -2366,7 +2366,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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment