This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 99d378fd0d0d198c1ae8075405a6d5266895a238 Author: Andreas Rheinhardt <[email protected]> AuthorDate: Thu Aug 13 15:35:08 2026 +0200 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Fri Aug 14 21:21:52 2026 +0200 avutil/x86/x86util: Remove ABSD2 macro Always unused, new code can just use SSSE3 pabsd directly. Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavutil/x86/x86util.asm | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/libavutil/x86/x86util.asm b/libavutil/x86/x86util.asm index c0fd07c69e..3b09cc8207 100644 --- a/libavutil/x86/x86util.asm +++ b/libavutil/x86/x86util.asm @@ -361,17 +361,6 @@ %endif %endmacro -%macro ABSD2 4 - pxor %3, %3 - pxor %4, %4 - pcmpgtd %3, %1 - pcmpgtd %4, %2 - pxor %1, %3 - pxor %2, %4 - psubd %1, %3 - psubd %2, %4 -%endmacro - %macro ABS4 6 ABS2 %1, %2, %5, %6 ABS2 %3, %4, %5, %6 _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
