[FFmpeg-devel] [PATCH 1/2] Optimization of AC3 floating point decoder for MIPS
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Tue Jul 10 20:24:44 CEST 2012
On Tue, Jun 26, 2012 at 01:13:20PM +0200, Nedeljko Babic wrote:
> + __asm__ __volatile__ (
All other inline assembler code use volatile, not __volatile__, and
since volatile is a standard keyword I don't see a reason to wrap it in
__.
In addition some compilers do not accept __volatile__ at all, so unless
you know a reason not to please use plain volatile, it is more
compatible.
More information about the ffmpeg-devel
mailing list