ffmpeg | branch: master | Lynne <d...@lynne.ee> | Thu Oct 3 15:27:33 2024 +0200| [b17a240c8d7280c78aba041cbb7a77d9493206d9] | committer: Lynne
Revert "x86/tx_float: set all operands for shufps" This reverts commit 74f5fb6db899dbc4fde9ccf77f37256ddcaaaab9. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b17a240c8d7280c78aba041cbb7a77d9493206d9 --- libavutil/x86/tx_float.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavutil/x86/tx_float.asm b/libavutil/x86/tx_float.asm index cec7465d6e..434ca60aae 100644 --- a/libavutil/x86/tx_float.asm +++ b/libavutil/x86/tx_float.asm @@ -1636,8 +1636,8 @@ cglobal mdct_inv_float, 4, 14, 16, 320, ctx, out, in, stride, len, lut, exp, t1, mulps m10, m2 ; 1 reim * imim mulps m11, m3 ; 2 reim * imim - shufps m10, m10, m10, q2301 - shufps m11, m11, m11, q2301 + shufps m10, m10, q2301 + shufps m11, m11, q2301 fmaddsubps m10, m12, m2, m10 fmaddsubps m11, m13, m3, m11 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".