Commit 567a32b5 authored by Daniel Kang's avatar Daniel Kang Committed by Ronald S. Bultje

x86_32: Fix build on x86_32 with --disable-yasm.

Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
parent 75a24bef
......@@ -1294,6 +1294,6 @@ QPEL16_OP(mc31, MMX)\
QPEL16_OP(mc32, MMX)\
QPEL16_OP(mc33, MMX)
#if ARCH_X86_32 // ARCH_X86_64 implies sse2+
#if ARCH_X86_32 && HAVE_YASM // ARCH_X86_64 implies sse2+
QPEL16(mmxext)
#endif
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