At 2015-04-05 03:05:59,[email protected] wrote:
># HG changeset patch
># User David T Yuen <[email protected]>
># Date 1428173713 25200
># Node ID 35aec3dbe0525cad654f1a9b777a7466cce944ee
># Parent  79611624ed8fcaa312473687567ffde76543c417
>asm: intra_pred_ang4_26_sse2
>
>changed r1 to r1d to reduce code size
>
>diff -r 79611624ed8f -r 35aec3dbe052 source/common/x86/intrapred16.asm
>--- a/source/common/x86/intrapred16.asm        Sat Apr 04 11:42:34 2015 -0700
>+++ b/source/common/x86/intrapred16.asm        Sat Apr 04 11:55:13 2015 -0700
>@@ -949,7 +949,7 @@
> 
> cglobal intra_pred_ang4_26, 3,3,3
>     movh        m0,             [r2 + 2]            ; [8 7 6 5 4 3 2 1]
>-    add         r1,             r1
>+    add         r1d,             r1d
extra space?

>     ; store
>     movh        [r0],           m0
>     movh        [r0 + r1],      m0
>_______________________________________________
>x265-devel mailing list
>[email protected]
>https://mailman.videolan.org/listinfo/x265-devel
_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to