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 b1a98cb commit ebd8114Copy full SHA for ebd8114
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.DisableAVX;
+ private const HwIntrinsics IntrinsicsConfig = HwIntrinsics.AllowAll | HwIntrinsics.DisableHWIntrinsic;
24
25
private static readonly ApproximateColorSpaceComparer ColorSpaceComparer = new(epsilon: Precision);
26
0 commit comments