]> granicus.if.org Git - libvpx/commit
variance_neon: add missing include
authorJames Zern <jzern@google.com>
Fri, 29 May 2015 06:38:53 +0000 (23:38 -0700)
committerJames Zern <jzern@google.com>
Fri, 29 May 2015 06:38:53 +0000 (23:38 -0700)
commitbe380f200503e133423f81b55cfa28a2544eb704
treed137365b239e8670fe96434d3161ecf2a2756583
parent26ab314176a4f4c64ba4c5b5c639870e258d8fe2
variance_neon: add missing include

vpx_ports/mem.h is necessary for MSVC __builtin_prefetch compatibility
macro

Change-Id: I210fad6c6b4545df1874d028b31f42018490b029
vpx_dsp/arm/variance_neon.c