| Index: source/libvpx/vp8/common/arm/neon/vp8_subpixelvariance_neon.c
|
| ===================================================================
|
| --- source/libvpx/vp8/common/arm/neon/vp8_subpixelvariance_neon.c (revision 292072)
|
| +++ source/libvpx/vp8/common/arm/neon/vp8_subpixelvariance_neon.c (working copy)
|
| @@ -12,10 +12,6 @@
|
| #include "vpx_ports/mem.h"
|
| #include "vpx/vpx_integer.h"
|
|
|
| -#ifdef _MSC_VER
|
| -#define __builtin_prefetch(x)
|
| -#endif
|
| -
|
| static const uint16_t bilinear_taps_coeff[8][2] = {
|
| {128, 0},
|
| {112, 16},
|
|
|