[libav-devel] [PATCH] arm: Avoid using the 'setend' instruction on ARMv7 and newer

2014-07-08 Thread Martin Storsjö
This instruction is deprecated on ARMv8, and it is serializing on some ARMv7 cores as well [1]. http://article.gmane.org/gmane.linux.ports.arm.kernel/339293 --- libavcodec/arm/h264dsp_init_arm.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git

Re: [libav-devel] [PATCH] arm: Avoid using the 'setend' instruction on ARMv7 and newer

2014-07-08 Thread Janne Grunau
On 2014-07-08 10:58:10 +0300, Martin Storsjö wrote: This instruction is deprecated on ARMv8, and it is serializing on some ARMv7 cores as well [1]. http://article.gmane.org/gmane.linux.ports.arm.kernel/339293 --- libavcodec/arm/h264dsp_init_arm.c | 7 ++- 1 file changed, 6