[FFmpeg-cvslog] r10234 - trunk/libavcodec/i386/snowdsp_mmx.c

Ivan Kalvachev ikalvachev
Sun Aug 26 13:36:39 CEST 2007


2007/8/26, michael <subversion at mplayerhq.hu>:
> Author: michael
> Date: Sun Aug 26 13:16:23 2007
> New Revision: 10234
>
> Log:
> optimize the first vertical lifting step, this also prevents another
> overflow, the last known possible overflow
>
>
> Modified:
>    trunk/libavcodec/i386/snowdsp_mmx.c
>
> Modified: trunk/libavcodec/i386/snowdsp_mmx.c
> ==============================================================================
> --- trunk/libavcodec/i386/snowdsp_mmx.c (original)
> +++ trunk/libavcodec/i386/snowdsp_mmx.c Sun Aug 26 13:16:23 2007
[...]
> @@ -446,21 +452,18 @@ void ff_snow_vertical_compose97i_sse2(ID
>           asm volatile (

i386/snowdsp_mmx.c: In function 'ff_snow_vertical_compose97i_sse2':
i386/snowdsp_mmx.c:452: error: can't find a register in class
'GENERAL_REGS' while reloading 'asm'

gcc 4.1.2 with -g3 option.




More information about the ffmpeg-cvslog mailing list