arm: Fix building vp8_subpixelvariance_neon.c with MSVC
authorMartin Storsjo <martin@martin.st>
Thu, 4 Sep 2014 06:23:08 +0000 (09:23 +0300)
committerMartin Storsjo <martin@martin.st>
Thu, 4 Sep 2014 06:49:30 +0000 (09:49 +0300)
commit0002da32e68de361ff1139c0d81b2062aeef803d
tree0d1bfa48914f186882813a45804b3ab2ce13c08d
parent3820f568dac73acc4a820fbc8b86a2b92b4def7c
arm: Fix building vp8_subpixelvariance_neon.c with MSVC

Use the right return values - vget_low_s64 returns int64x1_t, not
a normal int64_t.

Also make __builtin_prefetch a no-op on MSVC for this file.

Change-Id: I4d2fce01d0ba106b98d3d53b137803119c2c2c08
vp8/common/arm/neon/vp8_subpixelvariance_neon.c