This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 145ec527df728bb877e59832b3e2da79e74f868b Author: Andreas Rheinhardt <[email protected]> AuthorDate: Thu Aug 13 16:05:19 2026 +0200 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Fri Aug 14 21:21:52 2026 +0200 avutil/x86/x86util: Remove unused PMINUB macro Useless in the absence of mmx. Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavutil/x86/x86util.asm | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/libavutil/x86/x86util.asm b/libavutil/x86/x86util.asm index 929edbb457..75d2fee3d2 100644 --- a/libavutil/x86/x86util.asm +++ b/libavutil/x86/x86util.asm @@ -685,16 +685,6 @@ movh [%7+%8], %4 %endmacro -%macro PMINUB 3 ; dst, src, ignored -%if cpuflag(mmxext) - pminub %1, %2 -%else ; dst, src, tmp - mova %3, %1 - psubusb %3, %2 - psubb %1, %3 -%endif -%endmacro - %macro SPLATW 2-3 0 %if cpuflag(avx2) && %3 == 0 vpbroadcastw %1, %2 _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
