Skip to content

Commit 52861d8

Browse files
committed
Another case for arm where YccKVector should be expected
1 parent dae030d commit 52861d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/ImageSharp.Tests/Formats/Jpg/JpegColorConverterTests.cs

+4
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ static void RunTest(string arg)
222222
{
223223
expectedType = typeof(JpegColorConverterBase.YccKVector);
224224
}
225+
else if (AdvSimd.IsSupported)
226+
{
227+
expectedType = typeof(JpegColorConverterBase.YccKVector);
228+
}
225229

226230
// act
227231
JpegColorConverterBase converter = JpegColorConverterBase.GetConverter(JpegColorSpace.Ycck, 8);

0 commit comments

Comments
 (0)