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

James Almer jamrial at gmail.com
Thu Jan 28 17:37:04 CET 2016


On 1/28/2016 1:25 PM, Henrik Gramner wrote:
> 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.

Done and pushed, thanks.



More information about the ffmpeg-devel mailing list