Re: [FFmpeg-devel] [PATCH] avcodec/x86/fpel: Remove remnants of MMX

2024-03-01 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Since 7cad4dba505f9ad0adf013dd5bdf02a57249eecc > averaging functions only exist for MMXEXT and SSE2. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/x86/fpel.asm | 23 --- > 1 file changed, 23 deletions(-) > > diff --git a/libavcodec/x86/fpel.a

[FFmpeg-devel] [PATCH] avcodec/x86/fpel: Remove remnants of MMX

2024-02-28 Thread Andreas Rheinhardt
Since 7cad4dba505f9ad0adf013dd5bdf02a57249eecc averaging functions only exist for MMXEXT and SSE2. Signed-off-by: Andreas Rheinhardt --- libavcodec/x86/fpel.asm | 23 --- 1 file changed, 23 deletions(-) diff --git a/libavcodec/x86/fpel.asm b/libavcodec/x86/fpel.asm index 278