arm: Avoid using the 'setend' instruction on ARMv7 and newer
authorMartin Storsjö <martin@martin.st>
Fri, 4 Jul 2014 15:21:50 +0000 (18:21 +0300)
committerMartin Storsjö <martin@martin.st>
Tue, 8 Jul 2014 09:09:09 +0000 (12:09 +0300)
commit79fce1ec8abd017593c003917fc123f7119a78d6
tree77d97ff03f36a9996ccea23f5702f4b45f58b333
parent3d90f27ad5843ccd63d34fd6da4d4bff212c1bfe
arm: Avoid using the 'setend' instruction on ARMv7 and newer

This instruction is deprecated on ARMv8, and it is serializing on
some ARMv7 cores as well [1].

[1] http://article.gmane.org/gmane.linux.ports.arm.kernel/339293

CC: libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/arm/h264dsp_init_arm.c