[x265] [PATCH] x265_pixel_ssd_4x4_ssse3 miss EMMS
Min Chen
chenm003 at 163.com
Thu Oct 17 11:16:43 CEST 2013
# HG changeset patch
# User Min Chen <chenm003 at 163.com>
# Date 1382001394 -28800
# Node ID deac47dfda442b0ca9ebcbce328f2addc384506a
# Parent 1d6b3626f1b3d4b8f8f181e66eaaa649f90bac02
x265_pixel_ssd_4x4_ssse3 miss EMMS
diff -r 1d6b3626f1b3 -r deac47dfda44 source/common/x86/pixel-a.asm
--- a/source/common/x86/pixel-a.asm Wed Oct 16 20:38:44 2013 -0500
+++ b/source/common/x86/pixel-a.asm Thu Oct 17 17:16:34 2013 +0800
@@ -466,7 +466,7 @@
HADDD m0, m1
movd eax, m0
%endif
-%if (cpuflags == cpuflags_mmx)
+%if (mmsize == 8)
emms
%endif
RET
More information about the x265-devel
mailing list