diff --git a/README.chromium b/README.chromium index 850962a3b..b0d44ae42 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 748 +Version: 749 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index adbeca90e..7d47f226f 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 748 +#define LIBYUV_VERSION 749 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/source/row_posix.cc b/source/row_posix.cc index 6ae9e2cce..fd0fe9105 100644 --- a/source/row_posix.cc +++ b/source/row_posix.cc @@ -4596,6 +4596,7 @@ void ComputeCumulativeSumRow_SSE2(const uint8* row, int32* cumsum, "punpcklwd %%xmm1,%%xmm2 \n" "paddd %%xmm2,%%xmm0 \n" "movdqu "MEMACCESS(2)",%%xmm2 \n" + "lea "MEMLEA(0x10,2)",%2 \n" "paddd %%xmm0,%%xmm2 \n" "movdqu %%xmm2,"MEMACCESS(1)" \n" "lea "MEMLEA(0x10,1)",%1 \n"