]> granicus.if.org Git - libvpx/commit
arm: Add a no-op define of __builtin_prefetch for MSVC
authorMartin Storsjo <martin@martin.st>
Wed, 7 May 2014 07:26:32 +0000 (10:26 +0300)
committerMartin Storsjo <martin@martin.st>
Wed, 7 May 2014 07:43:24 +0000 (10:43 +0300)
commitd5d82a5e1adae9673fd0ebb11fda3fce11708520
treecd2f2d96f3e59fa9face8009edf782ec9e6eca8d
parent928ff03889dadc3f63883553b443c08e625b4885
arm: Add a no-op define of __builtin_prefetch for MSVC

Both GCC and RVCT/ARMCC support __builtin_prefetch, but MSVC
doesn't.

Change-Id: I44e1eecead61bc88d8fdfd3fef03d76d4f5afe08
vp8/common/arm/neon/sixtappredict_neon.c
vp8/common/arm/neon/variance_neon.c