diff --git a/spa/plugins/support/cpu-x86.c b/spa/plugins/support/cpu-x86.c index 0c7518338..9ef9b2986 100644 --- a/spa/plugins/support/cpu-x86.c +++ b/spa/plugins/support/cpu-x86.c @@ -76,6 +76,8 @@ x86_init(struct impl *impl) flags |= SPA_CPU_FLAG_CMOV; if (edx & bit_MMX) flags |= SPA_CPU_FLAG_MMX; + if (edx & bit_MMXEXT) + flags |= SPA_CPU_FLAG_MMXEXT; if (edx & bit_SSE) flags |= SPA_CPU_FLAG_SSE; if (edx & bit_SSE2)