Re: [FFmpeg-devel] [PATCH] lavc/x86/videodsp: Drop MMX usage

2024-11-16 Thread Frank Plowman
On 15/11/2024 20:55, Andreas Rheinhardt wrote: > Frank Plowman: >> Remove the MMX versions of these functions and modify the SSE >> implementations to avoid using MMX registers. >> >> Signed-off-by: Frank Plowman >> --- >> This wasn't wholly straightforward as the existing SSE implementation did >

Re: [FFmpeg-devel] [PATCH] lavc/x86/videodsp: Drop MMX usage

2024-11-15 Thread Andreas Rheinhardt
Frank Plowman: > Remove the MMX versions of these functions and modify the SSE > implementations to avoid using MMX registers. > > Signed-off-by: Frank Plowman > --- > This wasn't wholly straightforward as the existing SSE implementation did > not only use SSE but rather a blend of SSE and MMX.

Re: [FFmpeg-devel] [PATCH] lavc/x86/videodsp: Drop MMX usage

2024-11-12 Thread Ronald S. Bultje
Hi, On Tue, Nov 12, 2024 at 2:14 PM Frank Plowman wrote: > Remove the MMX versions of these functions and modify the SSE > implementations to avoid using MMX registers. > > Signed-off-by: Frank Plowman > --- > This wasn't wholly straightforward as the existing SSE implementation did > not only