We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae030d commit 52861d8Copy full SHA for 52861d8
tests/ImageSharp.Tests/Formats/Jpg/JpegColorConverterTests.cs
@@ -222,6 +222,10 @@ static void RunTest(string arg)
222
{
223
expectedType = typeof(JpegColorConverterBase.YccKVector);
224
}
225
+ else if (AdvSimd.IsSupported)
226
+ {
227
+ expectedType = typeof(JpegColorConverterBase.YccKVector);
228
+ }
229
230
// act
231
JpegColorConverterBase converter = JpegColorConverterBase.GetConverter(JpegColorSpace.Ycck, 8);
0 commit comments