X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fx86%2Fimdct36.asm;h=960eabdda5e2b63452654f22dd444f1b2a00dbe2;hb=ab5c4d006da0b3e7aea6fddcebdf5d3d9ad7fd30;hp=409b2c5796fdf1b1e33af3454140b687925ecbdb;hpb=bebab21176c1f052f748cfb2384cc01e0bdb13f4;p=ffmpeg diff --git a/libavcodec/x86/imdct36.asm b/libavcodec/x86/imdct36.asm index 409b2c5796f..960eabdda5e 100644 --- a/libavcodec/x86/imdct36.asm +++ b/libavcodec/x86/imdct36.asm @@ -145,9 +145,9 @@ SECTION .text %macro STORE 4 %if cpuflag(sse4) movss [%3 ], %1 - extractps [%3 + %4], %1, 1 - extractps [%3 + 2*%4], %1, 2 - extractps [%3 + 3*%4], %1, 3 + extractps dword [%3 + %4], %1, 1 + extractps dword [%3 + 2*%4], %1, 2 + extractps dword [%3 + 3*%4], %1, 3 %else movhlps %2, %1 movss [%3 ], %1