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 8178945 commit 7b13ae2Copy full SHA for 7b13ae2
tests/ImageSharp.Tests/Formats/Jpg/JpegColorConverterTests.cs
@@ -191,7 +191,7 @@ static void RunTest(string arg)
191
}
192
else if (AdvSimd.IsSupported)
193
{
194
- expectedType = typeof(JpegColorConverterBase.YCbCrVector);
+ expectedType = typeof(JpegColorConverterBase.YCbCrArm);
195
196
197
// act
@@ -224,7 +224,7 @@ static void RunTest(string arg)
224
225
226
227
- expectedType = typeof(JpegColorConverterBase.YccKVector);
+ expectedType = typeof(JpegColorConverterBase.YccKArm64);
228
229
230
0 commit comments