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 8c754c5 commit a3f3bfcCopy full SHA for a3f3bfc
tests/ImageSharp.Tests/Formats/Jpg/JpegColorConverterTests.cs
@@ -20,7 +20,7 @@ public class JpegColorConverterTests
20
21
private const int TestBufferLength = 40;
22
23
- private const HwIntrinsics IntrinsicsConfig = HwIntrinsics.AllowAll | HwIntrinsics.DisableHWIntrinsic;
+ private const HwIntrinsics IntrinsicsConfig = HwIntrinsics.AllowAll | HwIntrinsics.DisableAVX2;
24
25
private static readonly ApproximateColorSpaceComparer ColorSpaceComparer = new(epsilon: Precision);
26
0 commit comments