summaryrefslogtreecommitdiff
path: root/src/post/deinterlace/plugins/greedyh.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/deinterlace/plugins/greedyh.asm')
-rw-r--r--src/post/deinterlace/plugins/greedyh.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/deinterlace/plugins/greedyh.asm b/src/post/deinterlace/plugins/greedyh.asm
index a885b1dd3..0bbd745aa 100644
--- a/src/post/deinterlace/plugins/greedyh.asm
+++ b/src/post/deinterlace/plugins/greedyh.asm
@@ -323,7 +323,7 @@ static void FUNCT_NAME(uint8_t *output, int outstride,
}
// clear out the MMX registers ready for doing floating point again
-#ifdef ARCH_X86
+#if defined(ARCH_X86) || defined(ARCH_X86_64)
__asm__ __volatile__ ("emms\n\t");
#endif
}