[x265] [PATCH] weight_pp avx2 asm code: mova replaced with vpbroadcastd

praveen at multicorewareinc.com praveen at multicorewareinc.com
Fri Oct 24 10:46:04 CEST 2014


# HG changeset patch
# User Praveen Tiwari
# Date 1414140356 -19800
# Node ID f7bff89ea659516988fc8f73506f80fc1bbeeeb1
# Parent  583552ec1c83ef91584597ef40e61ee696a8a6a9
weight_pp avx2 asm code: mova replaced with vpbroadcastd

diff -r 583552ec1c83 -r f7bff89ea659 source/common/x86/pixel-util8.asm
--- a/source/common/x86/pixel-util8.asm	Fri Oct 24 13:52:45 2014 +0530
+++ b/source/common/x86/pixel-util8.asm	Fri Oct 24 14:15:56 2014 +0530
@@ -1378,7 +1378,7 @@
 
     movd         xm1, r7m
     vpbroadcastd m2, r8m
-    mova         m5, [pw_1]
+    vpbroadcastd m5, [pw_1]
     sub          r2d, r3d
     shr          r3d, 4
 


More information about the x265-devel mailing list