diff --git a/README.chromium b/README.chromium index bacccd790..41f5f44a6 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 788 +Version: 789 License: BSD License File: LICENSE diff --git a/include/libyuv/row.h b/include/libyuv/row.h index bd865f9bd..d453522d4 100644 --- a/include/libyuv/row.h +++ b/include/libyuv/row.h @@ -142,9 +142,11 @@ extern "C" { // TODO(fbarchard): Port to gcc. #if !defined(LIBYUV_DISABLE_X86) && defined(_M_IX86) && defined(_MSC_VER) // Effects: -#define HAS_ARGBCOLORTABLEROW_X86 -#define HAS_RGBCOLORTABLEROW_X86 -//#define HAS_ARGBLUMACOLORTABLEROW_SSSE3 +// Disabled due to C versions being faster on Sandy Bridge with VC2012. +// #define HAS_ARGBCOLORTABLEROW_X86 +// #define HAS_RGBCOLORTABLEROW_X86 +// SSSE3 version incomplete: +// #define HAS_ARGBLUMACOLORTABLEROW_SSSE3 // Caveat: Visual C 2012 required for AVX2. #if _MSC_VER >= 1700 diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 7b6830b4b..725e326fd 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 788 +#define LIBYUV_VERSION 789 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT