]> granicus.if.org Git - libvpx/commit
Use vreinterpret instead of casting neon vector types
authorMartin Storsjo <martin@martin.st>
Sun, 4 May 2014 16:09:12 +0000 (19:09 +0300)
committerMartin Storsjo <martin@martin.st>
Sun, 4 May 2014 19:40:57 +0000 (22:40 +0300)
commitdfb8fc917af794494586f541458532b080812b03
treeee2a0c0960712b3bca246d0b36e37e8742e7291f
parent140262d39fd295f10ff4f72d80225015ee3386c5
Use vreinterpret instead of casting neon vector types

MSVC doesn't support casting neon vector types but requires using
vreinterpret.

Change-Id: Iece0bf5632567efd7f37f527abea38afeab4926d
vp8/common/arm/neon/mbloopfilter_neon.c