diff --git a/README.chromium b/README.chromium index eccd8c6b4..c3dc62548 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1116 +Version: 1118 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index c1f4bdab0..ac10ab599 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 1116 +#define LIBYUV_VERSION 1118 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/source/row_posix.cc b/source/row_posix.cc index 55aa9a18a..9e514ddfd 100644 --- a/source/row_posix.cc +++ b/source/row_posix.cc @@ -2242,7 +2242,7 @@ void CopyRow_AVX(const uint8* src, uint8* dst, int count) { : : "memory", "cc" #if defined(__SSE2__) - , "ymm0", "ymm1" + , "xmm0", "xmm1" #endif ); }