• Diego Pettenò's avatar
    Convert asm keyword into __asm__. · be449fca
    Diego Pettenò authored
    Neither the asm() nor the __asm__() keyword is part of the C99
    standard, but while GCC accepts the former in C89 syntax, it is not
    accepted in C99 unless GNU extensions are turned on (with -fasm). The
    latter form is accepted in any syntax as an extension (without
    requiring further command-line options).
    
    Sun Studio C99 compiler also does not accept asm() while accepting
    __asm__(), albeit reporting warnings that it's not valid C99 syntax.
    
    Originally committed as revision 15627 to svn://svn.ffmpeg.org/ffmpeg/trunk
    be449fca
Name
Last commit
Last update
..
cavsdsp_mmx.c Loading commit data...
cpuid.c Loading commit data...
dsputil_h264_template_mmx.c Loading commit data...
dsputil_h264_template_ssse3.c Loading commit data...
dsputil_mmx.c Loading commit data...
dsputil_mmx.h Loading commit data...
dsputil_mmx_avg.h Loading commit data...
dsputil_mmx_qns.h Loading commit data...
dsputil_mmx_rnd.h Loading commit data...
dsputil_yasm.asm Loading commit data...
dsputilenc_mmx.c Loading commit data...
fdct_mmx.c Loading commit data...
fft_3dn.c Loading commit data...
fft_3dn2.c Loading commit data...
fft_mmx.asm Loading commit data...
fft_sse.c Loading commit data...
flacdsp_mmx.c Loading commit data...
h264_i386.h Loading commit data...
h264dsp_mmx.c Loading commit data...
idct_mmx.c Loading commit data...
idct_mmx_xvid.c Loading commit data...
idct_sse2_xvid.c Loading commit data...
idct_xvid.h Loading commit data...
mathops.h Loading commit data...
mmx.h Loading commit data...
motion_est_mmx.c Loading commit data...
mpegvideo_mmx.c Loading commit data...
mpegvideo_mmx_template.c Loading commit data...
simple_idct_mmx.c Loading commit data...
snowdsp_mmx.c Loading commit data...
vc1dsp_mmx.c Loading commit data...
vp3dsp_mmx.c Loading commit data...
vp3dsp_mmx.h Loading commit data...
vp3dsp_sse2.c Loading commit data...
vp3dsp_sse2.h Loading commit data...
x86inc.asm Loading commit data...