Skip to content

Commit

Permalink
Another case for arm where YccKVector should be expected
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpopow committed Mar 27, 2023
1 parent dae030d commit 52861d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/ImageSharp.Tests/Formats/Jpg/JpegColorConverterTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ static void RunTest(string arg)
{
expectedType = typeof(JpegColorConverterBase.YccKVector);
}
else if (AdvSimd.IsSupported)
{
expectedType = typeof(JpegColorConverterBase.YccKVector);
}

// act
JpegColorConverterBase converter = JpegColorConverterBase.GetConverter(JpegColorSpace.Ycck, 8);
Expand Down

0 comments on commit 52861d8

Please sign in to comment.