[FFmpeg-devel] [PATCH] Fix ff_imdct_calc_sse() on gcc-4.6.
Alex Converse
alex.converse
Sun Jan 30 10:22:05 CET 2011
On Sun, Jan 30, 2011 at 1:08 AM, Alex Converse <alex.converse at gmail.com> wrote:
>
> Gcc 4.6 only preserves the first value when using a vector with an "m"
> constraint.
> ---
> ?libavcodec/x86/fft_sse.c | ? ?4 ++--
> ?1 files changed, 2 insertions(+), 2 deletions(-)
>
>
oops this generates an extra indirection. Those of you who like to
defend inline asm, please step up and make some suggestions.
More information about the ffmpeg-devel
mailing list