[FFmpeg-cvslog] Revert "x86/tx_float: set all operands for shufps"

Lynne git at videolan.org
Sun Oct 6 02:34:55 EEST 2024


ffmpeg | branch: master | Lynne <dev at 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



More information about the ffmpeg-cvslog mailing list