[FFmpeg-devel] Patch: Inline asm fixes for Intel compiler on Windows

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat Mar 29 14:14:00 CET 2014


On Sat, Mar 29, 2014 at 01:58:01PM +0100, Michael Niedermayer wrote:
> On Sat, Dec 28, 2013 at 03:23:51PM +0100, Reimar Döffinger wrote:
> > > -    __asm__ ("cltd                   \n\t"      \
> > > +    __asm__ ("cdq                    \n\t"      \
> > 
> > This one will break Solaris for example.
> 
> have you tested this ?
> 
> i get no error when compiling asm cdq on opensolaris

Not recently, it's a bit hard to get my hands on.
Note that I mean using suncc on Solaris, in case you only
tested gcc.


More information about the ffmpeg-devel mailing list