[FFmpeg-devel] [PATCH 1/3] x86/float_dsp: remove len check from ff_butterflies_float_sse

Christophe Gisquet christophe.gisquet at gmail.com
Fri Jan 8 17:41:00 CET 2016


Hi,

2016-01-08 16:22 GMT+01:00 James Almer <jamrial at gmail.com>:
> -    test      lenq, lenq
> -    jz .end
>      shl       lenq, 2
>      add      src0q, lenq
>      add      src1q, lenq
> @@ -377,5 +375,4 @@ cglobal butterflies_float, 3,3,3, src0, src1, len
>      mova        [src0q + lenq], m0
>      add       lenq, mmsize
>      jl .loop
> -.end:
>      REP_RET

Can't recall why I did that. Ok then.

On a side note, do you intend to do an avx version?

-- 
Christophe


More information about the ffmpeg-devel mailing list