Chromium Code Reviews| Index: source/libvpx/vp8/common/arm/neon/variance_neon.c |
| =================================================================== |
| --- source/libvpx/vp8/common/arm/neon/variance_neon.c (revision 292072) |
| +++ source/libvpx/vp8/common/arm/neon/variance_neon.c (working copy) |
| @@ -9,11 +9,8 @@ |
| */ |
| #include <arm_neon.h> |
| +#include "vpx_ports/mem.h" |
| -#ifdef _MSC_VER |
| -#define __builtin_prefetch(x) |
| -#endif |
| - |
| unsigned int vp8_variance16x16_neon( |
| const unsigned char *src_ptr, |
| int source_stride, |