Re: [FFmpeg-devel] [PATCH 11/17] swscale/x86: add SIMD backend

2025-04-30 Thread Niklas Haas
On Tue, 29 Apr 2025 15:00:50 +0200 Michael Niedermayer wrote: > On Sat, Apr 26, 2025 at 07:41:15PM +0200, Niklas Haas wrote: > > From: Niklas Haas > > > > This covers most 8-bit and 16-bit ops, and some 32-bit ops. It also covers > > all > > floating point operations. While this is not yet 100%

Re: [FFmpeg-devel] [PATCH 11/17] swscale/x86: add SIMD backend

2025-04-29 Thread Michael Niedermayer
On Sat, Apr 26, 2025 at 07:41:15PM +0200, Niklas Haas wrote: > From: Niklas Haas > > This covers most 8-bit and 16-bit ops, and some 32-bit ops. It also covers all > floating point operations. While this is not yet 100% coverage, it's good > enough for the vast majority of formats out there. > >