]> git.sesse.net Git - ffmpeg/commit
ARM: remove volatile from asm statements in libavutil/intmath
authorMans Rullgard <mans@mansr.com>
Tue, 24 May 2011 14:45:50 +0000 (15:45 +0100)
committerMans Rullgard <mans@mansr.com>
Thu, 26 May 2011 19:13:00 +0000 (20:13 +0100)
commit77cd6efc33f45a5f7dbb37e10f49f55e9fe3c479
treefa9a9dc47f13284a0c8cff68e9b75760aded6e33
parent74cc8c52ed42e269715e128d5aa0708b9f7ec463
ARM: remove volatile from asm statements in libavutil/intmath

The volatile qualifiers are not needed on these statements as
their effects are fully specified by constraints.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavutil/arm/intmath.h