changeset 35580:f47dbb805ecb

Replace an unnecessary SSE4 instruction.
author upsuper
date Thu, 13 Dec 2012 05:19:20 +0000
parents 6b169870ae30
children a50eb4e27138
files libmpcodecs/vf_ass.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_ass.c	Thu Dec 13 02:17:27 2012 +0000
+++ b/libmpcodecs/vf_ass.c	Thu Dec 13 05:19:20 2012 +0000
@@ -253,7 +253,7 @@
                 "packssdw   %%xmm1, %%xmm0 \n\t"
                 "phaddd     %%xmm3, %%xmm2 \n\t"
                 "psrld      $1, %%xmm2 \n\t"
-                "packusdw   %%xmm7, %%xmm2 \n\t"
+                "packssdw   %%xmm7, %%xmm2 \n\t"
                 "punpcklwd  %%xmm2, %%xmm2 \n\t"
 
                 "movdqu     (%[dst], %[j], 2),  %%xmm1 \n\t"