This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new 06a5418aa5 tests/checkasm/h264pred: Remove declare_func_emms
06a5418aa5 is described below

commit 06a5418aa53d8596edcecc5b7b68c544f9a36977
Author:     Zuxy Meng <[email protected]>
AuthorDate: Tue Aug 4 22:29:44 2026 -0700
Commit:     Zuxy Meng <[email protected]>
CommitDate: Mon Aug 10 18:47:47 2026 -0700

    tests/checkasm/h264pred: Remove declare_func_emms
    
    This is possible after the last remnants of MMX is gone
    
    Signed-off-by: Zuxy Meng <[email protected]>
---
 tests/checkasm/h264pred.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/checkasm/h264pred.c b/tests/checkasm/h264pred.c
index 1bf8357ad4..048e53721f 100644
--- a/tests/checkasm/h264pred.c
+++ b/tests/checkasm/h264pred.c
@@ -146,7 +146,7 @@ static void check_pred4x4(H264PredContext *h, uint8_t 
*buf0, uint8_t *buf1,
     if (chroma_format == 1) {
         uint8_t *topright = buf0 + 2*16;
         int pred_mode;
-        declare_func_emms(AV_CPU_FLAG_MMX | AV_CPU_FLAG_MMXEXT, void, uint8_t 
*src, const uint8_t *topright, ptrdiff_t stride);
+        declare_func(void, uint8_t *src, const uint8_t *topright, ptrdiff_t 
stride);
 
         for (pred_mode = 0; pred_mode < 15; pred_mode++) {
             if (check_pred_func(h->pred4x4[pred_mode], "4x4", 
pred4x4_modes[codec][pred_mode])) {

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to