ffmpeg | branch: master | Lynne <d...@lynne.ee> | Thu Oct 3 15:27:01 2024 +0200| [b890482d052d584513f760bbc28f50a51c969e04] | committer: Lynne
Revert "x86/tx_float: change a condition in a preprocessor check" This reverts commit 0d8f43c74d0b1039ba70aacb4c9c7768e8bebf9f. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b890482d052d584513f760bbc28f50a51c969e04 --- libavutil/x86/tx_float.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/x86/tx_float.asm b/libavutil/x86/tx_float.asm index 42006848f1..16165580a6 100644 --- a/libavutil/x86/tx_float.asm +++ b/libavutil/x86/tx_float.asm @@ -1796,7 +1796,7 @@ cglobal fft_pfa_15xM_float, 4, 14, 16, 320, ctx, out, in, stride, len, lut, buf, mov btmpq, outq mov outq, [ctxq + AVTXContext.tmp] -%if %2 == 0 +%if !%2 movsxd lenq, dword [ctxq + AVTXContext.len] mov lutq, [ctxq + AVTXContext.map] %endif _______________________________________________ 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".