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 33fe244 commit 996f767Copy full SHA for 996f767
tests/ImageSharp.Tests/Formats/Jpg/JpegColorConverterTests.cs
@@ -156,7 +156,7 @@ static void RunTest(string arg)
156
{
157
expectedType = typeof(JpegColorConverterBase.CmykVector);
158
}
159
- else if (AdvSimd.IsSupported)
+ else if (AdvSimd.Arm64.IsSupported)
160
161
expectedType = typeof(JpegColorConverterBase.CmykArm64);
162
@@ -222,7 +222,7 @@ static void RunTest(string arg)
222
223
expectedType = typeof(JpegColorConverterBase.YccKVector);
224
225
226
227
expectedType = typeof(JpegColorConverterBase.YccKArm64);
228
0 commit comments