Re: [FFmpeg-devel] [PATCH] swscale: aarch64: Simplify the assignment of lumToYV12

2025-03-10 Thread Martin Storsjö
On Tue, 4 Mar 2025, Martin Storsjö wrote: We normally don't need else statements here; the common pattern is to assign lower level SIMD implementations first, then conditionally reassign higher level ones afterwards, if supported. --- Sorry, I didn't notice this while reviewing the patch, until

[FFmpeg-devel] [PATCH] swscale: aarch64: Simplify the assignment of lumToYV12

2025-03-04 Thread Martin Storsjö
We normally don't need else statements here; the common pattern is to assign lower level SIMD implementations first, then conditionally reassign higher level ones afterwards, if supported. --- Sorry, I didn't notice this while reviewing the patch, until after pushing it. --- libswscale/aarch64/sw