Skip to content

Commit 2f6edd7

Browse files
committed
Add GrayscaleArm case
1 parent ac78ff5 commit 2f6edd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ static void RunTest(string arg)
123123
{
124124
expectedType = typeof(JpegColorConverterBase.GrayScaleVector);
125125
}
126+
else if (AdvSimd.IsSupported)
127+
{
128+
expectedType = typeof(JpegColorConverterBase.GrayscaleArm);
129+
}
126130

127131
// act
128132
JpegColorConverterBase converter = JpegColorConverterBase.GetConverter(JpegColorSpace.Grayscale, 8);

0 commit comments

Comments
 (0)