@ -130,7 +130,7 @@ namespace SixLabors.ImageSharp.Formats.Jpeg.Common.Decoder
}
/// <summary>
/// Its faster to process multiple Vector4-s
/// Its faster to process multiple Vector4-s together
/// </summary>
private struct Vector4Pair
{
@ -15,7 +15,7 @@ namespace SixLabors.ImageSharp.Formats.Jpeg.Common.Decoder
/// The avalilable converters
private static readonly JpegColorConverter[] Converters = { new FromYCbCrBasic(), new FromYccK(), new FromCmyk(), new FromGrayScale(), new FromRgb() };
private static readonly JpegColorConverter[] Converters = { new FromYCbCrSimd(), new FromYccK(), new FromCmyk(), new FromGrayScale(), new FromRgb() };
/// Initializes a new instance of the <see cref="JpegColorConverter"/> class.