| Index: include/libyuv/scale_row.h
|
| diff --git a/include/libyuv/scale_row.h b/include/libyuv/scale_row.h
|
| index 0feff6b91cbae1a78e3a532d9bf19418eb0dea54..45127bda34b1227ed77b3716e4b3fec4c78c6f0d 100644
|
| --- a/include/libyuv/scale_row.h
|
| +++ b/include/libyuv/scale_row.h
|
| @@ -70,11 +70,6 @@ extern "C" {
|
| defined(CLANG_HAS_AVX2) || defined(GCC_HAS_AVX2))
|
| #define HAS_SCALEADDROW_AVX2
|
| #define HAS_SCALEROWDOWN2_AVX2
|
| -#endif
|
| -
|
| -// The following are available for Visual C and clangcl 32 bit:
|
| -#if !defined(LIBYUV_DISABLE_X86) && defined(_M_IX86) && \
|
| - (defined(VISUALC_HAS_AVX2) || defined(CLANG_HAS_AVX2))
|
| #define HAS_SCALEROWDOWN4_AVX2
|
| #endif
|
|
|
|
|