]> git.sesse.net Git - x264/commit
arm: do not use aligned stores in mc_weight_w4_*neon
authorJanne Grunau <janne-x264@jannau.net>
Sun, 20 Jul 2014 16:24:57 +0000 (18:24 +0200)
committerFiona Glaser <fiona@x264.com>
Tue, 26 Aug 2014 16:19:20 +0000 (09:19 -0700)
commit0a05b3f9aa8c524a67119ec5eb6bcc24eb8f2f3b
treec711991b8855126819c273cc32d65d025d85ccb2
parentc2df1fc65c98e213c444134d5dbbb79d439af4db
arm: do not use aligned stores in mc_weight_w4_*neon

mc_weight_w4_*neon is also used for width 2 which does not guarantee
4-byte aligned destination. Fixes crashes caused by random memory
corruption.
common/arm/mc-a.S