| Index: include/libyuv/scale_row.h
|
| diff --git a/include/libyuv/scale_row.h b/include/libyuv/scale_row.h
|
| index df699e6c2282af02ac679c88e67fb13b4238ee8a..3064ddbdd78e49cac9a750277abab62e1cd6cedc 100644
|
| --- a/include/libyuv/scale_row.h
|
| +++ b/include/libyuv/scale_row.h
|
| @@ -61,7 +61,8 @@ extern "C" {
|
| #define HAS_SCALEARGBROWDOWN2_SSE2
|
| #define HAS_SCALEARGBROWDOWNEVEN_SSE2
|
| #define HAS_SCALECOLSUP2_SSE2
|
| -#define HAS_SCALEFILTERCOLS_SSSE3
|
| +// TODO(fbarchard): HAS_SCALEFILTERCOLS_SSSE3 doesnt match C very well.
|
| +// #define HAS_SCALEFILTERCOLS_SSSE3
|
| #define HAS_SCALEROWDOWN2_SSSE3
|
| #define HAS_SCALEROWDOWN34_SSSE3
|
| #define HAS_SCALEROWDOWN38_SSSE3
|
|
|