[FFmpeg-devel] [PATCH] x86/imdct36: use extractps inside the STORE macro

Henrik Gramner henrik at gramner.com
Thu Jan 28 17:25:31 CET 2016


On Mon, Jan 25, 2016 at 7:41 PM, James Almer <jamrial at gmail.com> wrote:
> +%if cpuflag(sse4)
> +    extractps [%3       ], %1, 0
> +    extractps [%3 +   %4], %1, 1
> +    extractps [%3 + 2*%4], %1, 2
> +    extractps [%3 + 3*%4], %1, 3

extractps with imm=0 should be replaced with movss.


More information about the ffmpeg-devel mailing list