SixLabors / ImageSharp

:camera: A modern, cross-platform, 2D Graphics library for .NET
https://sixlabors.com/products/imagesharp/
Other
7.34k stars 847 forks source link

Fix Paeth Filter decode on platforms that do not support Ssse3 #2618

Closed JimBobSquarePants closed 9 months ago

JimBobSquarePants commented 9 months ago

Prerequisites

Description

Fixes #2617

cmeeren commented 9 months ago

Just to check, did you intend to name it Ssse3 (three s-es?) I see it was Sse2 (two s-es). I don't know these terms, though.

JimBobSquarePants commented 9 months ago

Just to check, did you intend to name it Ssse3 (three s-es?) I see it was Sse2 (two s-es). I don't know these terms, though.

Yes, the method uses the Abs intrinsic from Supplemental Streaming SIMD Extensions 3 (Ssse3)