Skip to content

Commit a3f3bfc

Browse files
committed
Revert IntrinsicsConfig to HwIntrinsics.AllowAll | HwIntrinsics.DisableAVX2
1 parent 8c754c5 commit a3f3bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class JpegColorConverterTests
2020

2121
private const int TestBufferLength = 40;
2222

23-
private const HwIntrinsics IntrinsicsConfig = HwIntrinsics.AllowAll | HwIntrinsics.DisableHWIntrinsic;
23+
private const HwIntrinsics IntrinsicsConfig = HwIntrinsics.AllowAll | HwIntrinsics.DisableAVX2;
2424

2525
private static readonly ApproximateColorSpaceComparer ColorSpaceComparer = new(epsilon: Precision);
2626

0 commit comments

Comments
 (0)